plot.psych {psych} | R Documentation |
Combines several plotting functions into one for objects of class ``psych". This can be used to plot the results of VSS
, ICLUST
, omega
, factor.pa
, or principal
.
plot.psych(x,labels=NULL,...)
x |
The object to plot |
labels |
Variable labels |
... |
other calls to plot |
Passes the appropriate values to plot
Graphic output for factor analysis and cluster analysis.
More precise plotting control is available in the separate plot functions.
William Revelle
VSS.plot
and cluster.plot
test.data <- Harman74.cor$cov f4 <- factor.pa(test.data,4) plot(f4)