plotPCA_Ind: Plots individuals of PCA

View source: R/plots_pca.R

plotPCA_IndR Documentation

Plots individuals of PCA

Description

Plots individuals of PCA

Usage

plotPCA_Ind(res.pca, chosen.axes = c(1, 2))

Arguments

res.pca

xxx

chosen.axes

The dimensions to plot

Value

A plot

Author(s)

Samuel Wieczorek

Examples

utils::data(Exp1_R25_pept, package='DAPARdata')
res.pca <- wrapper.pca(Exp1_R25_pept)
plotPCA_Ind(res.pca)



samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.