print_mpca {RGCxGC}R Documentation

Print MPCA summary

Description

'print_mpca' call the MPCA object to print the summary of this analysis.

Usage

print_mpca(Object)

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

Arguments

Object

a MPCA object

Details

The plot function employs the built-in print function and a precomputed MPCA summary to display the explained and cumulative variance for each principal component.

Examples


data(MTBLS579)
MTBLS_mpca <- m_prcomp(MTBLS579, center = TRUE)
print_mpca(MTBLS_mpca)

[Package RGCxGC version 1.2.0 Index]