Re: [R] question on plot in R with mac

2010-01-20 Thread Mario Valle
You have redefined the plot function somewhere. Check your saved environment. mario On 20-Jan-10 15:36, khaz...@ceremade.dauphine.fr wrote: Hello all My computer is MacBook and I want to draw a plot in R, for example for x<- c(1,3,6,9,12) y<- c(1.5,2,7,8,15) I use th

[R] question on plot in R with mac

2010-01-20 Thread khazaei
Hello all My computer is MacBook and I want to draw a plot in R, for example for x <- c(1,3,6,9,12) y <- c(1.5,2,7,8,15) I use this command plot(x,y) to do but I see this massage: Erreur dans plot(Di, g) : argument(s) inutilisé(s) (c(1, 2, 3), c(12, 23, 34)) Could you please help me? Thank

Re: [R] question on plot in R with mac

2010-01-19 Thread David Winsemius
On Jan 19, 2010, at 10:21 AM, khaz...@ceremade.dauphine.fr wrote: -- Hello all My computer is MacBook and I want to draw a plot in R, for example for x <- c(1,3,6,9,12) y <- c(1.5,2,7,8,15) I use this command plot(x,y). Y

[R] question on plot in R with mac

2010-01-19 Thread khazaei
-- Hello all My computer is MacBook and I want to draw a plot in R, for example for x <- c(1,3,6,9,12) y <- c(1.5,2,7,8,15) I use this command plot(x,y). but it dosn't work. Could you please help me? thank you khazaei