simBwplot {simFrame}R Documentation

Box-and-whisker plots

Description

Generic function for producing box-and-whisker plots.

Usage

simBwplot(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.

Author(s)

Andreas Alfons, alfons@statistik.tuwien.ac.at

See Also

simDensityplot, simXyplot, bwplot, SimResults


[Package simFrame version 0.1.1 Index]