50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

psych (version 1.0-58)

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

    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