plot.psych {psych}R Documentation

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

Details

Passes the appropriate values to plot

Value

Graphic output for factor analysis and cluster analysis.

Note

More precise plotting control is available in the separate plot functions.

Author(s)

William Revelle

See Also

VSS.plot and cluster.plot

Examples

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

[Package psych version 1.0-67 Index]