pcaLoadings: Loadings extractor for the PCA model

Description Usage Arguments Value Author(s) See Also Examples

View source: R/pcaLoadings.R

Description

Function pcaLoadings returns the loading vectors for the PCA model when function plotPCA

Usage

1
pcaLoadings(MAIT.object)

Arguments

MAIT.object

A MAIT-class object

Value

A matrix with the PCA loading vectors.

Author(s)

Francesc Fernandez, francesc.fernandez.albert@upc.edu

See Also

plotPCA

Examples

1
2
3
4
data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
MAIT<-plotPCA(MAIT,plot3d=FALSE)
pcaLoadings(MAIT)

MAIT documentation built on Nov. 8, 2020, 5:43 p.m.