These `plot` methods for different results, including:
Hull plot for Hull results.
Comparison Data plot for CD results.
Parallel Analysis plot for PA results.
Empirical Kaiser Criterion for EKC results.
Kaiser-Guttman Criterion for KGC results.
K-means plot for EFAkmeans results.
Hierarchical Clustering plot for EFAhclust results.
pre-trained Neural Networks plot for NN results.
Factor Forest for FF results.
Comparison Data Forest plot for CDF results.
Voting Method plot for EFAvote results.
Scree Plot for EFAscreet results.
Minimum Average Partial Test plot for MAP results.
Scree Test Optimal Coordinate plot for STOC results.
# S3 method for Hull
plot(x, ...)# S3 method for CD
plot(x, ...)
# S3 method for PA
plot(x, ...)
# S3 method for EKC
plot(x, ...)
# S3 method for KGC
plot(x, ...)
# S3 method for EFAkmeans
plot(x, ...)
# S3 method for EFAhclust
plot(x, ...)
# S3 method for NN
plot(x, ...)
# S3 method for FF
plot(x, ...)
# S3 method for CDF
plot(x, ...)
# S3 method for EFAvote
plot(x, ...)
# S3 method for EFAscreet
plot(x, ...)
# S3 method for MAP
plot(x, ...)
# S3 method for STOC
plot(x, ...)
None. Plots are produced as side effects.
An object of class Hull, CD, PA, EKC,
KGC, EFAkmeans, EFAhclust, NN, FF,
CDF, EFAvote, EFAscreet, MAP, or STOC.
Additional arguments passed to the plotting functions.
plot(Hull): Plot method for Hull objects
plot(CD): Plot method for CD objects
plot(PA): Plot method for PA objects
plot(EKC): Plot method for EKC objects
plot(KGC): Plot method for KGC objects
plot(EFAkmeans): Plot method for EFAkmeans objects
plot(EFAhclust): Plot method for EFAhclust objects
plot(NN): Plot method for NN objects
plot(FF): Plot method for FF objects
plot(CDF): Plot method for CDF objects
plot(EFAvote): Plot method for EFAvote objects
plot(EFAscreet): Plot method for EFAscreet objects
plot(MAP): Plot method for MAP objects
plot(STOC): Plot method for STOC objects
Hull, CD, PA,
EKC, KGC, EFAkmeans,
EFAhclust, NN, FF,
CDF, EFAvote, EFAscreet,
MAP, STOC