Learn R Programming

lattice (version 0.11-8)

trellis.object: A Trellis Plot Object

Description

This class of objects is returned by high level lattice display functions, and is usually plotted by default by its `print' method.

Arguments

docType

class

Details

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:

[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

See Also

Lattice, xyplot, print.trellis