plot.SCREE | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.