View source: R/pca_examination.R
pca_components | R Documentation |
Evaluates the given pca components as a function.
pca_components(pca, components = 1:length(pca$sdev))
pca |
PCA object from |
components |
Numeric for the components of interest. Can be a single numeric to examine that component or multiple to examine the combined result |
A dfts object of the pca component(s)
tmp <- pca(electricity, TVE = 0.1)
pca_components(tmp, components = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.