plot.dimension | R Documentation |
This is a generic function for dimension class to plot scree plot of scaled eigenvalues of X and sampled scaled expected eigenvalues from Marcenko-Pastur distribution.
## S3 method for class 'dimension' plot(x, changepoint = NULL, annotation = NULL, verbose = TRUE, ...)
x |
A dimension class. |
changepoint |
A number. Estimated changepoint in dimension function. |
annotation |
A number. Choose to label points up to annotation number. Set to 0 with no annotation. |
verbose |
output message |
... |
Extra parameters |
plot(results, changepoint = 0, annotation = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.