fwdmvChangePlot {Rfwdmv}R Documentation

Change Plot of an fwdmv Object

Description

A matrix with one row for each unit in the data and one column for each step of the forward search. If the distance of unit i increases during step j of the forward search then cell (i,j) is filled - otherwise it is empty.

Usage

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

[Package Rfwdmv version 0.72-2 Index]