Learn R Programming

RGCxGC (version 1.2.0)

print_mpca: Print MPCA summary

Description

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

Usage

print_mpca(Object)

# S4 method for 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

Run this code

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

Run the code above in your browser using DataLab