[R] Simple Matrix plot question

Rob Lee rlee at fpcc.net
Thu Jun 27 20:40:53 CEST 2002


Yes, I'm exploring the lattice package - I just thought there might be a
"splom"-like function that I was overlooking.  I'm getting the impression 
that I'll just have to play with the lower-level plotting functions.

On Thu, 27 Jun 2002, Uwe Ligges wrote:

> 
> 
> Rob Lee wrote:
> > 
> > Hello.
> > 
> > I'd like to produce a simple pairs-like plot
> > with two data frames - but not a traditional scatter-plot matrix -
> > just multiple bivariate plots of data.frame1[i] vs data.frame2[i] ...
> > 
> > In other words, given data frames X and Y, I'd like multiple plots on a
> > page like:
> >   Y1 Y2 Y3
> > X1
> > X2
> > X3
> 
> ?layout is a good point to start, as well as the argument "mfrow" in
> par(). Or are you going to do lattice plots?
> 
> Uwe Ligges
> 

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list