varPercent | R Documentation |
Internal method that calculates percent variance of eigenvalues for specified level (1, 2, or total) for plot_shiny.mfpca(). The desired level is passed in as an argument (level = 12 for total) and a list of percent variances is returned.
varPercent(level, plotObj)
level |
numeric, 1 or 2 for levels 1 or 2, respectively, 12 to calculate total variance. |
plotObj |
the mfpca object plotted in the plot_shiny.mfpca() function. |
a list of numbers that indicate percent variance for selected level.
Julia Wrobel julia.wrobel@cuanschutz.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.