Skip to content

printing from treillis.device

1 message · Deepayan Sarkar

#
Hi,

as Prof Ripley points out, standard R graphics concepts might not work
with grid/lattice. In particular, use of the par() function is not
guaranteed to give desired results. Another feature of Trellis (hence
lattice) graphics is that the paradigm of adding bits and pieces to an
existing plot don't work. 

For your particular example, it would be helpful to know what you are
attempting to do. Superimposing two plots (which is what it seems you are
trying to do) might be a bad idea. If you want to put more than one plot
on the same page, try print.trellis() with more=T, along with either
position= or split=. (See the help page for print.trellis for details and
examples.)

[Remember to start the postscript device by trellis.device() and not
postscript().]
On Mon, 25 Jun 2001, Didier Leibovici wrote:

            
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._