simDensityplot {simFrame}R Documentation

Kernel density plots

Description

Generic function for producing kernel density plots.

Usage

simDensityplot(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

simBwplot, simXyplot, densityplot, SimResults


[Package simFrame version 0.1.1 Index]