View source: R/allfunctions_cati.R
AbToInd | R Documentation |
Transform abundance data matrix into individual like matrix to allows the use of ComIndex and ComIndexMulti on populationnal or specific traits values.
AbToInd(traits, com, type.sp.val = "count")
traits |
Individual Matrix of traits with traits in columns. "traits" matrix must have row names (e.g. species or populationnal names). |
com |
Community data matrix with species in rows and sites in column. |
type.sp.val |
Either "count" or "abundance". Use abundance when all values in the com matrix are not superior to one. Using abundance is EXPERIMENTAL. This function round abundance to fit count data. |
Internal function
A list of objects:
$traits |
Individual traits matrix |
$sp |
Vector of species attributes |
$ind.plot |
Vector of sites attributes |
Adrien Taudiere
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.