trellis.object {lattice} | R Documentation |
This class of objects is returned by high level lattice functions, and
is usually plotted by default by its
print
method.
A trellis object, as returned by high level lattice functions like
xyplot
, is a list with the "class"
attribute set
to "trellis"
. Many of the components of this list are simply
the arguments to the high level function that produced the object.
Among them are: as.table
, layout
, page
,
panel
, prepanel
, main
, sub
,
par.settings
, par.strip.text
, strip
, skip
,
xlab
and ylab
. Some other typical components are:
index.cond
perm.cond
aspect.fill
aspect
is "fill"
aspect.ratio
aspect.fill
is
FALSE
call
condlevels
legend
panel.args
panel.args.common
name=value
form
x.scales
"same"
y.scales
x.scales
x.between
y.between
x.limits
y.limits
x.limits
Deepayan Sarkar Deepayan.Sarkar@R-project.org
Lattice
, xyplot
,
print.trellis