fwdmvMinmaxPlot {Rfwdmv}R Documentation

Plot Minimum and Maximum Distances in an fwdmv Object

Description

A two panel plot. The first panel shows the maximum Mahalanobis distance among units in the subset and mth ordered Mahalanobis distance. The second panel shows the (m+1)th ordered Mahalanobis distance and the minimum Mahalanobis among units in the complement of the subset.

Usage

fwdmvMinmaxPlot(x, psfrag.labels = FALSE)

Arguments

x an fwdmv object.
psfrag.labels a logical value. If TRUE then the x, y, and main labels are set to "xlab", "ylab", and "main" for replacement via the psfrag utility.

Value

an empty list is invisibly returned.

Author(s)

Kjell Konis

References

Atkinson, A. C., Riani, M. and Cerioli, A. (2004) Exploring Multivariate Data with the Forward Search. Springer-Verlag New York.

See Also

fwdmv.object, fwdmv

Examples

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

[Package Rfwdmv version 0.72-2 Index]