gplot {latticeExtra} | R Documentation |
Generic plotting function to produce grouped display using lattice
gplot(x, ...) gplotArgs(x, ...) gplotArgs(x) <- value ## Default S3 method: gplot(x, ...) ## Default S3 method: gplotArgs(x, ...)
x |
an arbitrary object (typically one with a suitable method) |
value |
list |
... |
extra arguments, passed on as appropriate |
later.
gplot
should produce an object of class ``trellis''. The
`update' method can be used to update components of the object and the
`print' method (usually called by default) will plot it on an
appropriate plotting device.
gplotArgs
should return a list.
Deepayan Sarkar deepayan@stat.wisc.edu