[R] Simple Matrix plot question

Paul Murrell p.murrell at auckland.ac.nz
Fri Jun 28 02:12:52 CEST 2002


Hi

You might be able to do what you want using the split and/or position
arguments to print.trellis.  See the examples in help(print.trellis)
and/or the last example in Deepayan's lattice article in the latest
RNews 
(http://cran.stat.auckland.ac.nz/doc/Rnews/).

If this doesn't do what you want, get back to me if you'd like to know
more about combining grid layout facilities with lattice plots.

Paul


Rob Lee wrote:
> 
> 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
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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