Skip to contents

plot_pca() is a Plot function that plots data. Specifically, this function implements an algorithm to plot principal component analysis. The function is called for its side effects and does not return a value.

Usage

plot_pca(ds_tb, pca_df, class_var_nm_1L_chr = "class_int")

Arguments

ds_tb

Dataset (a tibble)

pca_df

Principal component analysis (a data.frame)

class_var_nm_1L_chr

Class variable name (a character vector of length one), Default: 'class_int'

Value

No return value, called for side effects.