View source: R/getPCAloadings.R
getPCAloadings | R Documentation |
Get the loading scores for each feature in a prcomp object from different principal components.
getPCAloadings(prcomp_object, principal_components)
prcomp_object |
A prcomp object. |
principal_components |
The principal components to extract the loadings from. |
A dataframe with the loadings of each feature from the principal components chosen.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.