fwdmvGapPlot {Rfwdmv}R Documentation

Plot the Gap in an fwdmv Object

Description

Plots the minimum Mahalanobis distance among points not in the subset minus the maximum Mahalanobis distance among points in the subset the (m+1)th ordered Mahalanobis distance minus the mth ordered distance.

Usage

fwdmvGapPlot(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 returned invisibly.

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)
fwdmvGapPlot(fondi.1)

[Package Rfwdmv version 0.72-2 Index]