[R] using contour() with x,y,z data?

2008-06-26 Thread Bob and Deb
Hello list, I'm new to R and I have a problem :-) Below is what my data file that looks like. I tried to import and contour this data by doing this: cv_data - read.table(cv_data.csv,sep=,,header=TRUE) attach(cv_data) contour(x,y,z) I get the error Error in contour.default(x,y,z) :

Re: [R] using contour() with x,y,z data?

2008-06-26 Thread Bert Gunter
-project.org Subject: [R] using contour() with x,y,z data? Hello list, I'm new to R and I have a problem :-) Below is what my data file that looks like. I tried to import and contour this data by doing this: cv_data - read.table(cv_data.csv,sep=,,header=TRUE) attach(cv_data) contour(x,y,z) I

Re: [R] using contour() with x,y,z data?

2008-06-26 Thread Bob and Deb
: Thursday, June 26, 2008 11:01 AM To: r-help@r-project.org Subject: [R] using contour() with x,y,z data? Hello list, I'm new to R and I have a problem :-) Below is what my data file that looks like. I tried to import and contour this data by doing this: cv_data - read.table(cv_data.csv

Re: [R] using contour() with x,y,z data?

2008-06-26 Thread tyler
Bob and Deb [EMAIL PROTECTED] writes: I'm new to R and I have a problem :-) Below is what my data file that looks like. I tried to import and contour this data by doing this: cv_data - read.table(cv_data.csv,sep=,,header=TRUE) attach(cv_data) contour(x,y,z) I get the error