Learn R Programming

psych (version 1.0-77)

plot.psych: Plotting functions for the psych package of class ``psych"

Description

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.

Usage

plot.psych(x,labels=NULL,...)

Arguments

x
The object to plot
labels
Variable labels
...
other calls to plot

Value

  • Graphic output for factor analysis and cluster analysis.

Details

Passes the appropriate values to plot

See Also

VSS.plot and cluster.plot

Examples

Run this code
test.data <- Harman74.cor$cov
f4 <- factor.pa(test.data,4)
plot(f4)

Run the code above in your browser using DataLab