RDMCCP16 {adiv} | R Documentation |
Theoretical Data Set used in Ricotta et al. (2016)
Description
Hypothetical communities C1-C9 composed of nine species S1-S9 with varying abundances divided into three groups of three species (S1-S3, S4-S6 and S7-S9) (say, legumes, herbs and forbs). For simplicity, all species within the same group are functionally identical to each other, while two species belonging to different groups are always maximally dissimilar (Ricotta et al. 2016).
Usage
data("RDMCCP16")
Format
A list of two objects:
ab
, a matrix with communities as rows, species as columns and abundance values as entries.
dis
, an object of class dist
that contains theoretical dissimilarities between species.
Source
Table 1 in Ricotta et al. (2016)
References
Ricotta, C., de Bello, F., Moretti, M., Caccianiga, M., Cerabolini, B.E., Pavoine, S. (2016). Measuring the functional redundancy of biological communities: A quantitative guide. Methods in Ecology and Evolution, 7, 1386–1395.
Examples
data(RDMCCP16)
uniqueness(RDMCCP16$ab, as.dist(RDMCCP16$dis))