Learn R Programming

lattice (version 0.7-15)

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, 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

Value

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

Details

Not implemented very well yet, should work better in subsequent releases

See Also

trellis.object, Lattice