Displaying 1 result from an estimated 1 matches for "trellli".
Did you mean:
trelli
2008 Oct 06
1
Margin on trellis plot
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")
_______________...