View source: R/Percen_Variance.R
Percen_Variance | R Documentation |
This function calculates the variance of each row of the matrix PB
. Returns the percentage of variance of each row of the matrix PB
.
Percen_Variance(PB)
PB |
Matrix. |
Returns a vector with percentage of variance of each row of the matrix PB
.
matt=matrix(c(1:4),2,2)
Percen_Variance(matt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.