[R] scatterplot matrix question

2010-01-02 Thread William Simpson
I would like a scatterplot matrix and a correlation matrix for the following set-up. The data (dataframe d) are like this: angle resp -90 182 -60 137 -30 ...etc 0 30 60 90 ...etc I would like each cell in the matrix to be the scatterplot of the responses for each pair of angles (

Re: [R] scatterplot matrix question

2010-01-02 Thread Charles C. Berry
On Sat, 2 Jan 2010, William Simpson wrote: I would like a scatterplot matrix and a correlation matrix for the following set-up. The data (dataframe d) are like this: angle resp -90 182 -60 137 -30 ...etc 0 30 60 90 ...etc I would like each cell in the matrix to be the

Re: [R] scatterplot matrix question

2010-01-02 Thread William Simpson
On Sat, Jan 2, 2010 at 4:55 PM, Charles C. Berry cbe...@tajo.ucsd.edu wrote: On Sat, 2 Jan 2010, William Simpson wrote: I would like a scatterplot matrix and a correlation matrix for the following set-up. The data (dataframe d) are like this: angle resp -90 182 -60 137 -30

Re: [R] scatterplot matrix question

2010-01-02 Thread Uwe Ligges
William Simpson wrote: On Sat, Jan 2, 2010 at 4:55 PM, Charles C. Berry cbe...@tajo.ucsd.edu wrote: On Sat, 2 Jan 2010, William Simpson wrote: I would like a scatterplot matrix and a correlation matrix for the following set-up. The data (dataframe d) are like this: angle resp -90 182

Re: [R] scatterplot matrix question

2010-01-02 Thread William Simpson
Now that we are able to help with some more detailed view of your data (although you could have helped helping by making it easier for us to import your data into R), the answer is: I am preparing for the data analysis, writing the code (knowing I may have to modify it later) while the data are

Re: [R] scatterplot matrix question

2010-01-02 Thread David Winsemius
On Jan 2, 2010, at 1:49 PM, William Simpson wrote: Now that we are able to help with some more detailed view of your data (although you could have helped helping by making it easier for us to import your data into R), the answer is: I am preparing for the data analysis, writing the code

Re: [R] scatterplot matrix question

2010-01-02 Thread William Simpson
OK thanks David Thanks very much, Uwe. I will try this (on artificial data). I think reshape() requires a library [reshape?]. No. In fact, the reshape package does not have a reshape function. -- David Winsemius, MD Heritage Laboratories West Hartford, CT