Percen_Variance {CoDaLoMic} | R Documentation |
Percentage of variance
Description
This function calculates the variance of each row of the matrix PB
. Returns the percentage of variance of each row of the matrix PB
.
Usage
Percen_Variance(PB)
Arguments
PB |
Matrix. |
Value
Returns a vector with percentage of variance of each row of the matrix PB
.
Examples
matt=matrix(c(1:4),2,2)
Percen_Variance(matt)
[Package CoDaLoMic version 0.1.1 Index]