View source: R/sum_eigenvals.R
sum_eigenvals | R Documentation |
This function takes the output the eigen analysis and returns a matrix of summed values where each eigenvalue is the sum of itself and the eigenvalues that preceed it. This summed value is what is plotted and tested for significance. This function can be run over a list of eigen_analyse_vectors with lapply().
sum_eigenvals(eigen_res)
eigen_res |
A single matrix eigen analysis results as output by eigen_analyse_vectors() |
A matrix of summed eigenvalues
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.