wrapper.pca {DAPAR}R Documentation

Compute the PCA

Description

Compute the PCA

Usage

wrapper.pca(obj, var.scaling = TRUE, ncp = NULL)

Arguments

obj

xxx

var.scaling

The dimensions to plot

ncp

xxxx

Value

A xxxxxx

Author(s)

Samuel Wieczorek

Examples

utils::data(Exp1_R25_pept, package='DAPARdata')
 obj <- mvFilter(Exp1_R25_pept, "wholeMatrix", 6)
res.pca <- wrapper.pca(obj)

[Package DAPAR version 1.18.5 Index]