[R] Graphic device & graphics primitives
Duncan Murdoch
murdoch at stats.uwo.ca
Thu Jan 29 12:25:26 CET 2009
Sigbert Klinke wrote:
> Hi,
>
> I know that some graphics devices in R store graphics primitives such
> that a redraw is possible (e.g. when resizing the window). Is it
> possible to get the current number of stored graphic primitives?
>
> Thanks in advance
>
> Sigbert Klinke
>
> ______________________________________________
> R-help at r-project.org 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.
>
You could examine the results of recordPlot, but note the warnings that
the format is not guaranteed to be stable across R versions.
Duncan Murdoch
More information about the R-help
mailing list