update.trellis {lattice} | R Documentation |
Takes an object of class trellis
and updates it by changing
some of its components.
## S3 method for class 'trellis': update(object, aspect, as.table, between, key, layout, main, page, panel, par.strip.text, scales, skip, strip, sub, xlab, xlim, ylab, ylim, ...)
object |
The object to be updated, of class trellis . |
aspect |
Cannot be "xy", can be "fill" or numeric. |
as.table, between, key |
|
layout, main, page, panel |
|
par.strip.text, scales, skip, strip |
|
sub, xlab, ylab, xlim, ylim |
As described in trellis.args
|
... |
extra arguments, ignored |
Not implemented very well yet, should work better in subsequent releases
An object of class trellis
, by default plotted by
print.trellis
.
Deepayan Sarkar deepayan@stat.wisc.edu