View source: R/May_complexity.R
May_complexity | R Documentation |
Calculates the classic complexity metric from May (1972) for a given -unipartite- interaction matrix or connectance, richness, and interaction strength values.
May_complexity(A = NULL, S = NULL, C = NULL, sigma = NULL)
A |
numeric matrix. Either A or S,C,sigma must be provided |
S |
optional, species richness |
C |
optional, connectance |
sigma |
optional, standard deviation of interaction strengths |
numeric value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.