plotPCA_Eigen: Plots the eigen values of PCA

Description Usage Arguments Value Author(s) Examples

View source: R/plots_pca.R

Description

Plots the eigen values of PCA

Usage

1
plotPCA_Eigen(res.pca)

Arguments

res.pca

xxx

Value

A histogram

Author(s)

Samuel Wieczorek

Examples

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

DAPAR documentation built on April 11, 2021, 6 p.m.