[R] help with xyplot
David Winsemius
dwinsemius at comcast.net
Tue Dec 27 15:41:48 CET 2011
On Dec 27, 2011, at 8:38 AM, Ayyappa Chaturvedula wrote:
> Dear group,
>
> I am trying to plot individual plots of TIME vs DV using xyplot. I
> used
> the following code:
> xyplot(DV~TIME|CID,data=gendiff,layout=c(4,4,20))
>
> It works fine but the problem is that the plot is not saving all the
> pages,
> I could see only the 20th page. How to make all the pages avaialble
> after
> plotting?
>
Interactive graphics devices are not paged. To get multi-page output
you need a graphics device that has that capability.
--
David Winsemius, MD
West Hartford, CT
More information about the R-help
mailing list