var2 {popbio} | R Documentation |
Calculates the variances from a list of matrices
var2(x)
x |
A list of two or more matrices |
Returns a matrix containing variances from a list of matrices
using a combination of unlist
and apply
.
A matrix containing variances
Chris Stubben
data(hudsonia) var2(hudsonia)