wrapper.pca: Compute the PCA

Description Usage Arguments Value Author(s) Examples

View source: R/plots_pca.R

Description

Compute the PCA

Usage

1
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

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

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