gplot {latticeExtra}R Documentation

Grouped Display

Description

Generic plotting function to produce grouped display using lattice

Usage

gplot(x, ...)
gplotArgs(x, ...)
gplotArgs(x) <- value
## Default S3 method:
gplot(x, ...)
## Default S3 method:
gplotArgs(x, ...)

Arguments

x an arbitrary object (typically one with a suitable method)
value list
... extra arguments, passed on as appropriate

Details

later.

Value

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.

Author(s)

Deepayan Sarkar deepayan@stat.wisc.edu

See Also

Lattice


[Package latticeExtra version 0.4-1 Index]