plot.factorAnalysis | R Documentation |
This function plots the pattern matrix for a principal components or common factor analysis solution
## S3 method for class 'factorAnalysis' plot(x, y, ..., sort = FALSE, type = c("bar", "table"))
x |
an object of class |
y |
not used |
... |
not used |
sort |
logical. If |
type |
generate a bar plot ( |
a ggplot2 graph
fit.pca <- PCA(Harman74.cor$cov, nfactors=4, rotate="varimax") plot(fit.pca, sort=TRUE) plot(fit.pca, sort=TRUE, type="table")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.