plotPCA_Eigen: Plots the eigen values of PCA

View source: R/plots_pca.R

plotPCA_EigenR Documentation

Plots the eigen values of PCA

Description

Plots the eigen values of PCA

Usage

plotPCA_Eigen(res.pca)

Arguments

res.pca

xxx

Value

A histogram

Author(s)

Samuel Wieczorek

Examples

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


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