plot.fwdmv {Rfwdmv} | R Documentation |
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.
## S3 method for class 'fwdmv': plot(x, ...)
x |
an fwdmv object. |
... |
these arguments will be passed on to the selected plot function. |
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.
the value returned by the selected plot.
Kjell Konis
fwdmv
,
fwdmvChangePlot
,
fwdmvCovariancePlot
,
fwdmvDeterminantPlot
,
fwdmvDistancePlot
,
fwdmvPrincompPlot
,
fwdmvEntryPlot
,
fwdmvGapPlot
,
fwdmvMinmaxPlot
,
fwdmvPairsPlot
data(fondi.dat) fondi.1 <- fwdmv(fondi.dat) plot(fondi.1)