plot.SCREE {EFAtools} | R Documentation |
Plot method showing a summarized output of the SCREE function
## S3 method for class 'SCREE'
plot(x, ...)
x |
a list of class SCREE An output from the SCREE function. |
... |
not used. |
SCREE_base <- SCREE(test_models$baseline$cormat)
plot(SCREE_base)