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 ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.