trellis.object {lattice} | R Documentation |
This class of objects is returned by high level lattice display 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:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
list with index for each of the conditioning variables |
|
permutation of the order of the conditioning variables |
|
|
|
numeric, aspect ratio to be used if aspect.fill is
FALSE
|
|
|
|
|
|
|
|
a list as long as the number of panels, each element being a list itself, containing the arguments in named form to be passed to the panel function in that panel. |
|
a list containing the arguments common to all the panel functions
in name=value form
|
|
list describing x-scale, can consist of several other lists, paralleling panel.args, if x-relation is not ``same'' |
|
list describing y-scale, similar to x.scales
|
|
numeric vector of interpanel x-space |
|
numeric vector of interpanel y-space |
|
numeric vector of length 2 or list, giving x-axis limits |
|
similar to x.limits |
normal-bracket86bracket-normal