print.EFAscreet {EFAfactors} | R Documentation |
Print the Scree Plot
Description
Prints a brief summary of an object of class EFAscreet
. This function will display the scree plot
of the eigenvalues when called, providing a visual representation of the factor analysis results.
Usage
## S3 method for class 'EFAscreet'
print(x, ...)
Arguments
x |
An object of class |
... |
Additional arguments to be passed to the plotting function. |
Value
None. This function is used for side effects (printing).
[Package EFAfactors version 1.2.3 Index]