We can see the plotting options using trellis.par.get(). For example, one
listed parameter is $superpose.line for which we can set col, lty, and lwd.
Load the mlmRev package to obtain the Gcsemv data (used in Lattice book).
One way to set the parameters is
data(Gcsemv, package = "mlmRev")
my.font
I'm not being able to control all parameters of a xyplot.
dataset example:
> tabp[1:10,]
time n X id name
1 1 95 0.00 1 Coral reef
2 1 93 0.00 2 Coral reef
3 1 92 0.00 3 Coral reef
4 1 90 0.00 4 Coral reef
5 1 87 8.994321 5 Coral reef
2 matches
Mail list logo