[R] Suggestions for scatter plot of many data

Rich Shepard r@hep@rd @end|ng |rom @pp|-eco@y@@com
Fri Jul 20 14:36:20 CEST 2018


On Fri, 20 Jul 2018, Duncan Mackay wrote:

> If you have to make several plots you can subset your data

Duncan,

   That's what I thought I should do.

> xyplot(... data = subset(x, condition), ...)
> or
> XYn <- xyplot(... data = x[row1:row2, ], ...)
> in a loop
>
> have a look a ? print.trellis
>
> if you want to put several on a page
>
> if you need strips on left and top see
> ?latticeExtra:::useOuterStrips

Thanks again,

Rich




More information about the R-help mailing list