plot.SCREE {EFAtools} | R Documentation |
Plot SCREE object
Description
Plot method showing a summarized output of the SCREE function
Usage
## S3 method for class 'SCREE'
plot(x, ...)
Arguments
x |
a list of class SCREE An output from the SCREE function. |
... |
not used. |
Examples
SCREE_base <- SCREE(test_models$baseline$cormat)
plot(SCREE_base)
[Package EFAtools version 0.4.4 Index]