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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._