Re: [R] Please, need help with a plot

2011-01-04 Thread Uwe Ligges
On 03.01.2011 14:25, Victor F Seabra wrote: although the code somehow didn't work on my Vista / R 2.8, it did work perfectly on a XP machine / R 2.10 An when you update both machines to a recent R-2.12.1 you will find how much more will work in the end! Uwe Ligges I've been trying to

Re: [R] Please, need help with a plot

2011-01-03 Thread Victor F Seabra
although the code somehow didn't work on my Vista / R 2.8, it did work perfectly on a XP machine / R 2.10 I've been trying to fix this for days, Thank you very much for your help! __ 02/01/2011 19:30, David Winsemius < dwinsem

Re: [R] Please, need help with a plot

2011-01-02 Thread David Winsemius
On Jan 2, 2011, at 1:15 PM, Ben Bolker wrote: Victor F Seabra uol.com.br> writes: Please, I wonder if someone knows how to add the less than or equal to symbol in the plot generated by the code below: var1<-c('age <= 3','age <= 7','age <= 10','age <= 11','age <= 20','age <= 25

Re: [R] Please, need help with a plot

2011-01-02 Thread Ben Bolker
Victor F Seabra uol.com.br> writes: > > >Please, I wonder if someone knows how to add the >less than or equal to symbol in the plot generated by the code below: >var1<-c('age <= 3','age <= 7','age <= 10','age <= 11','age <= 20','age <= >25','age <= 30','age <= 45','age <= 50','a

[R] Please, need help with a plot

2011-01-02 Thread Victor F Seabra
Please, I wonder if someone knows how to add the less than or equal to symbol in the plot generated by the code below: var1<-c('age <= 3','age <= 7','age <= 10','age <= 11','age <= 20','age <= 25','age <= 30','age <= 45','age <= 50','age < 55','age >= 55') var2<-c(3.8,5.4,3.7,3.8,5.