custom header test
species_combo(m = matrix(rbinom(100, 1, 0.5), nrow = 10))
Function to calculate number of unique species combinations in a matrix
In Diamond's (1975) assembly rules model, species interactions lead to certain "forbidden combinations" of species. A set of communities structured this way should contain fewer species combinations than expected by chance.
This metric is most useful when the number of sites (= columns) is relatively large compared to the number of species (= rows). Empty sites are excluded from the matrix and are not counted as a unique species combination.
Diamond, J.M. 1975. Assembly of species communities. p. 342-444 in: Ecology and Evolutoin of Communities. M.L. Cody and J.M. Diamond (eds.). Harvard University Press, Cambridge.
Pielou, D.P. and E.C. Pielou. 1968. Association among species of infrequent occurrence: the insect and spider fauna of Polyporus betulinus (Bulliard) Fries. Journal of Theoretical Biology 21: 202-216.
obsCombo <- species_combo(m=matrix(rbinom(100,1,0.5),nrow=10))