Learn R Programming

lattice (version 0.3-1)

update.trellis: Update Trellis Object

Description

Takes an object of class trellis and updates it by changing some of its components.

Usage

## 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,
       ...)

Arguments

object
The object to be updated, of class trellis.
aspect
Cannot be "xy", can be "fill" or numeric.
as.table
As described in trellis.args
between
As described in trellis.args
key
As described in trellis.args
layout
As described in trellis.args
main
As described in trellis.args
page
As described in trellis.args
panel
As described in trellis.args
par.strip.text
As described in trellis.args
scales
Mostly ignored if relation is not "same"
skip
As described in trellis.args
strip
As described in trellis.args
sub
As described in trellis.args
xlab
As described in trellis.args
xlim
As described in trellis.args
ylab
As described in trellis.args
ylim
As described in trellis.args
...
extra arguments, ignored

Value

  • An object of class trellis, by default plotted by print.trellis.

See Also

trellis.object, Lattice