Re: [R] Invalid plot type '1'

2010-08-09 Thread Erik Iverson
Stephen Liu wrote: The "Introduction to R" is rather terse, but a reasonable starting point. The other manuals listed on that page are special-purpose manuals for installation & administration, development, etc.. You can try the manuals listed in the "contributed documentation" section to

Re: [R] Invalid plot type '1'

2010-08-09 Thread Stephen Liu
> The "Introduction to R" is rather terse, but a reasonable starting > point. The other manuals listed on that page are special-purpose > manuals for installation & administration, development, etc.. You > can try the manuals listed in the "contributed documentation" section > too. Hi Ben, Th

Re: [R] Invalid plot type '1'

2010-08-09 Thread Ben Bolker
Stephen Liu yahoo.com> writes: > On > R-Project > The R Manuals > http://www.r-project.org/ > > There are several manuals. > > Whether I should follow:- > > An Introduction to R > http://www.r-project.org/ > The "Introduction to R" is rather terse, but a reasonable starting point. The o

Re: [R] Invalid plot type '1'

2010-08-08 Thread Stephen Liu
Sent: Mon, August 9, 2010 10:28:16 AM Subject: Re: [R] Invalid plot type '1' On 08/08/2010 09:14 PM, Stephen Liu wrote: > Hi Erik, > > I followed following video; > > Statistics with R (part 3: plot and history tutorial) > http://www.youtube.com/watch?v=NfH5peM1RtI&am

Re: [R] Invalid plot type '1'

2010-08-08 Thread Erik Iverson
umentation for R is not YouTube videos. ?plot clearly tells you what are valid values for the "type" parameter in plot. - Original Message From: Erik Iverson To: Stephen Liu Cc: r-help@r-project.org Sent: Mon, August 9, 2010 9:55:51 AM Subject: Re: [R] Invalid plot type 

Re: [R] Invalid plot type '1'

2010-08-08 Thread Stephen Liu
ik Iverson To: Stephen Liu Cc: r-help@r-project.org Sent: Mon, August 9, 2010 9:55:51 AM Subject: Re: [R] Invalid plot type '1' On 08/08/2010 08:47 PM, Stephen Liu wrote: > Hi folks, > >> x > [1] 1 2 3 4 5 >> y > [1] 6 7 8 9 10 > >> plot(x,y, type = &q

Re: [R] Invalid plot type '1'

2010-08-08 Thread Erik Iverson
On 08/08/2010 08:47 PM, Stephen Liu wrote: Hi folks, x [1] 1 2 3 4 5 y [1] 6 7 8 9 10 plot(x,y, type = "1" ) Error in plot.xy(xy, type, ...) : invalid plot type '1' I looked on man plot but unable to resolve. Please help. TIA You never say what you expect type = "1" (that's the

[R] Invalid plot type '1'

2010-08-08 Thread Stephen Liu
Hi folks, > x [1] 1 2 3 4 5 > y [1] 6 7 8 9 10 > plot(x,y, type = "1" ) Error in plot.xy(xy, type, ...) : invalid plot type '1' I looked on man plot but unable to resolve. Please help. TIA B.R. Stephen L __ R-help@r-project.org mailing list