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)
a list of numbers that indicate percent variance for selected level.
numeric, 1 or 2 for levels 1 or 2, respectively, 12 to calculate total variance.
the mfpca object plotted in the plot_shiny.mfpca() function.
Julia Wrobel julia.wrobel@cuanschutz.edu