print_mpca-methods: Print MPCA summary

print_mpcaR 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)

RGCxGC documentation built on Dec. 28, 2022, 3:02 a.m.