[R] Settings of lattice graphs

Deepayan Sarkar deepayan at stat.wisc.edu
Wed Oct 30 19:05:12 CET 2002


On Wednesday 30 October 2002 06:16 am, hgoehlmann at gmx.de wrote:
> I am trying to modify the outer margin of a lattice graph and I am just not
> sure whether this is possible or not - something like
>
> par(c(5, 4, 4, 2) + 0.1)
>
> Is there such a thing?

No, as far as lattice is concerned. par() settings do not affect grid (hence 
lattice) graphics. If you want to leave out space outside the plot, use the 
position argument in print.trellis.

Deepayan


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list