print_mpca | R Documentation |
'print_mpca' call the MPCA object to print the summary of this analysis.
print_mpca(Object) ## S4 method for signature 'MPCA' print_mpca(Object)
Object |
a MPCA object |
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.
data(MTBLS579) MTBLS_mpca <- m_prcomp(MTBLS579, center = TRUE) print_mpca(MTBLS_mpca)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.