plot.fwdmv {Rfwdmv}R Documentation

Plot method for fwdmv objects.

Description

This function is the generic plot method for fwdmv objects. It allows the user to select from a subset of the plotting functions in the Rfwdmv package.

Usage

## S3 method for class 'fwdmv':
plot(x, ...)

Arguments

x an fwdmv object.
... these arguments will be passed on to the selected plot function.

Details

Plot functions that require additional arguments must be called directly and are thus not available from this function: see fwdmv.object for a list of all available plot methods.

Value

the value returned by the selected plot.

Author(s)

Kjell Konis

See Also

fwdmv, fwdmvChangePlot, fwdmvCovariancePlot, fwdmvDeterminantPlot, fwdmvDistancePlot, fwdmvPrincompPlot, fwdmvEntryPlot, fwdmvGapPlot, fwdmvMinmaxPlot, fwdmvPairsPlot

Examples

data(fondi.dat)
fondi.1 <- fwdmv(fondi.dat)
plot(fondi.1)

[Package Rfwdmv version 0.72-2 Index]