Skip to content
Prev 44951 / 398528 Next

saving plots as objects?

On Friday 27 February 2004 01:22, Prof Brian Ripley wrote:
Ah, I didn't know that.
There has always been an update() method that's supposed to be used for 
this. No one uses it much, and it probably has a few bugs (but should be 
improved in time for R 1.9.0). From ?xyplot:

Value:

     An object of class ``trellis''. The `update' method can be used to
     update components of the object and the `print' method (usually
     called by default) will plot it on an appropriate plotting device.

Deepayan