fwdmvPartitionPlot {Rfwdmv} | R Documentation |
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.
fwdmvPartitionPlot(x, pts = NULL, psfrag.labels = FALSE)
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. |
an empty list is invisibly returned.
Kjell Konis
Atkinson, A. C., Riani, M. and Cerioli, A. (2004) Exploring Multivariate Data with the Forward Search. Springer-Verlag New York.
partition
, fwdmv
, fwdmv.object
# 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)