latticeExtra (version 0.6-9)

gplot: Grouped Display

Description

Generic plotting function to produce grouped display using lattice

Usage

gplot(x, ...)
gplotArgs(x, ...)
gplotArgs(x) <- value
## S3 method for class 'default':
gplot(x, \dots)
## S3 method for class 'default':
gplotArgs(x, \dots)

Arguments

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

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.

Details

later.

See Also

Lattice