Displaying 1 result from an estimated 1 matches for "pollutionrose".
2011 Feb 10
1
Multi-page plots (Trellis)
Dear All -
I would like to make multi-page plots, but my plots are writing over one
another - thus leaving just the last plot. Here is what I am doing:
pollutionRose(temp, "nox", type="hour")
update(trellis.last.object(), layout =c(3,3,3) )
I would like 24 plots with 9 plots/page (the last page would not have 9
plots)
Is there any way to "force" layout to make 3 pages of plots but not re-write
them ? I do not understand why &quo...