Learn R Programming

tidylearn (version 0.1.1)

get_pca_loadings: Get PCA Loadings in Wide Format

Description

Get PCA Loadings in Wide Format

Usage

get_pca_loadings(pca_obj, n_components = NULL)

Value

A tibble with loadings in wide format

Arguments

pca_obj

A tidy_pca object

n_components

Number of components to include (default: all)