make_rotation_table: Create a rotation table from a modelled PCA object.

View source: R/make_rotation_table.R

make_rotation_tableR Documentation

Create a rotation table from a modelled PCA object.

Description

Create a rotation table from a modelled PCA object.

Usage

make_rotation_table(pca_fit)

Arguments

pca_fit

This is a model object.

Value

rt

Author(s)

Miss Oriade Latifah Simpson, s172084@dtu.dk

Examples

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

rforbiodatascience22/Twenty documentation built on May 13, 2022, 8:14 p.m.