Re: [R] How to set read.table variables to vectors?

2008-10-29 Thread jim holtman
'xin' is an element of a dataframe and you must explicity reference it as such. See the Intro to R. plot(mydata$xin, mydata$yin) On Wed, Oct 29, 2008 at 4:29 AM, Leif Peterson <[EMAIL PROTECTED]> wrote: > The summary stats for the xin and yin variables below are correct. However, > if I use plo

[R] How to set read.table variables to vectors?

2008-10-29 Thread Leif Peterson
The summary stats for the xin and yin variables below are correct. However, if I use plot(xin,yin), an exception is thrown saying that "object xin is not found." Also, it is apparent that I can't successfully replace the x and y vectors with values from xin and yin. The four plots on one pan