fwdmvPrincompPlot {Rfwdmv} | R Documentation |
Plots (for each group in the fwdmv object) the principal components against the subset size.
fwdmvPrincompPlot(x, psfrag.labels = FALSE)
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. |
an empty list is returned invisibly.
Kjell Konis
Atkinson, A. C., Riani, M. and Cerioli, A. (2004) Exploring Multivariate Data with the Forward Search. Springer-Verlag New York.
data(fondi.dat) fondi.1 <- fwdmv(fondi.dat) fwdmvPrincompPlot(fondi.1)