scores-methods: Method plot_scores

scoresR Documentation

Method plot_scores

Description

'scores' exports the scores matrix of a MPCA object.

Usage

scores(Object)

## S4 method for signature 'MPCA'
scores(Object)

Arguments

Object

a MPCA object

Details

This function takes the whole MPCA object and retrieves the score matrix.

Examples


data(MTBLS579)
# MPCA with mean-centered and scaled data
MTBLS579_mpca <- m_prcomp(MTBLS579, center = TRUE)
# Export scores matrix
scores(MTBLS579_mpca)

DanielQuiroz97/RGCxGC documentation built on March 12, 2023, 9:07 a.m.