RPP16EE | R Documentation |
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.
data("RPP16EE")
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.
Appendixes 1 and 2 of Ricotta et al. (2016)
Ricotta, C., Podani, J., Pavoine, S. (2016) A family of functional dissimilarity measures for presence and absence data. Ecology and Evolution, 6, 5383–5389.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.