View source: R/make_rotation_table.R
make_rotation_table | R Documentation |
Create a rotation table from a modelled PCA object.
make_rotation_table(pca_fit)
pca_fit |
This is a model object. |
rt
Miss Oriade Latifah Simpson, s172084@dtu.dk
data("wide_wide_west") west_data_wide fitted_pca_object <- perform_pca(west_data_wide) fitted_pca_object rot_tab <- make_rotation_table(fitted_pca_object) rot_tab
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.