plotPCA_Eigen_hc: Plots the eigen values of PCA with the highcharts library

View source: R/plots_pca.R

plotPCA_Eigen_hcR 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

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


prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.