getCovFractions | R Documentation |
Calculate the lower diagonal of a sp covariance matrix
getCovFractions(x)
x |
is a sitexsp matrix (sp as columns) of real numbers rows are the sites, columns are the species |
positive and negative fractions of covariance as two lower triangular matrices, each in vector format
x = matrix(runif(100), 10, 10) getCovFractions(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.