getExplanation | R Documentation |
Returns the 'explanations' of variance as derived from the sdev component of the PC (principal components)
getExplanation(X, n = length(X$pick), asVariance = TRUE)
X |
the Tetramers R6 class object |
n |
the number of elements to return, by default the number of PCs |
asVariance |
if TRUE then use the variance (which is the eigenvalue) instead of the |
a vector of eigenvalues
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.