RPP16EE {adiv} | R Documentation |
Theoretical Data Set used in Ricotta et al. (2016) in Ecology and Evolution
Description
The data set was used in Ricotta et al. (2016) to show how the coefficients of plot-to-plot dissimilarity that they developed can be applied to data.
Usage
data("RPP16EE")
Format
The format is a list of 2 objects:
Com
, a data frame. Artificial data table composed of 15 species (S1-S15) (columns) and 9 plots (P1-P9) (rows).
Dis
, a data frame with the artificial dissimilarities between species.
Source
Appendixes 1 and 2 of Ricotta et al. (2016)
References
Ricotta, C., Podani, J., Pavoine, S. (2016) A family of functional dissimilarity measures for presence and absence data. Ecology and Evolution, 6, 5383–5389.
Examples
data(RPP16EE)
RPP16EE$Com
Jac(RPP16EE$Com)
## Not run:
if(require(ade4) && require(adegraphics)){
oldparamadeg <- adegpar()
adegpar("plegend.drawKey" = FALSE)
table.value(RPP16EE$Com)
adegpar(oldparamadeg)
# In this graph, black squares indicate
# which species (S1-S15) are present in which plot (P1-P9)
}
## End(Not run)
[Package adiv version 2.2.1 Index]