plotPCA_Eigen_hc {DAPAR}R Documentation

Plots the eigen values of PCA with the highcharts library

Description

Plots the eigen values of PCA with the highcharts library

Usage

plotPCA_Eigen_hc(res.pca)

Arguments

res.pca

xxx

Value

A histogram

Author(s)

Samuel Wieczorek

Examples

require(DAPARdata)
data(Exp1_R25_pept)
res.pca <- wrapper.pca(Exp1_R25_pept, ncp=6)
plotPCA_Eigen_hc(res.pca)

[Package DAPAR version 1.16.11 Index]