fwdmvPartitionPlot {Rfwdmv}R Documentation

Plot a Partitioned fwdmv Object

Description

Produces a plot of the Mahalanobis distances similar to that produced by fwdmvDistancePlot. The trajectories for units assigned to tentative groups are not drawn. Instead, the median distance is drawn for each group in the fwdmv object.

Usage

fwdmvPartitionPlot(x, pts = NULL, psfrag.labels = FALSE)

Arguments

x an fwdmv object.
pts optionally include x$pts to draw the segment selected in partition.
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

partition, fwdmv, fwdmv.object

Examples

# data(fondi.dat)
# fondi.init <- fwdmv.init(fondi.dat)
# p1 <- partition(fondi.init)

# draw a line segment intersecting several trajectories #
# view the allocation #

# fwdmvPartitionPlot(p1)

[Package Rfwdmv version 0.72-2 Index]