Dear all I have a problem when I make a trellis plot - I would like to reduce the white margin surrounding the plot.
I used S some years age, as I remember it was possible to use the "par" and "oma" to control margin size even on a trelllis plot (see the plot below). However, it does not seem to work in R. All suggestions will be highly appreciated. Br Henrik _______________________________ trellis.device(width=5, height=4) par(oma=c(0,0,0,0)) xyplot(conc ~ Time | Subject, data = Theoph, aspect="fill") _______________________________ [[alternative HTML version deleted]] ______________________________________________ R-help@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.