Quantcast

help with xyplot

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

help with xyplot

Ayyappa Chaturvedula
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?

Regards,
Ayyappa

        [[alternative HTML version deleted]]

______________________________________________
[hidden email] mailing list
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.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: help with xyplot

David Winsemius

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

______________________________________________
[hidden email] mailing list
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.
Loading...