Rdocumentation
powered by
Learn R Programming
simFrame (version 0.1.2)
simXyplot: X-Y plots
Description
Generic function for producing x-y plots.
Usage
simXyplot(x, ...)
Arguments
x
the object to be plotted.
...
additional arguments to be passed down to methods
Value
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.
See Also
simBwplot
,
simDensityplot
,
xyplot
,
SimResults