plot_scree | R Documentation |
Generate a scree plot visualization based on the decomposed coefficient matrix C.
plot_scree(svd_obj)
svd_obj |
A named list containing three matrices with u, d, and v as their names as in the output from base::svd() function. One can pass the results of base::svd(t(fit$C)) or tsvd_of_C_with_names(fit) |
plot_scree( tsvd_of_C_with_names(fit, rank = 10) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.