plotPCA_Var {DAPAR}R Documentation

Plots variables of PCA

Description

Plots the variables of PCA

Usage

plotPCA_Var(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

require(DAPARdata)
data(Exp1_R25_pept)
res.pca <- wrapper.pca(Exp1_R25_pept)
plotPCA_Var(res.pca)

[Package DAPAR version 1.16.0 Index]