pca_load_plot_all: Plot All Loading Score from PCA

View source: R/pca.R

pca_load_plot_allR Documentation

Plot All Loading Score from PCA

Description

Plot all of the variables (loading) in a single plot.

Usage

pca_load_plot_all(pca_recipe, num_comp = 1:4)

Arguments

pca_recipe

Object class recipe that already step_pca

num_comp

Integer vector indicate which PCs to show.

Value

Plot

Examples

library(magrittr)
library(lbmod)
iris %>%
  prep_pca() %>%
  pca_load_plot_all()

Lightbridge-KS/lbmod documentation built on Jan. 28, 2024, 6:21 p.m.