Learn R Programming

adiv (version 2.0.1)

RPP16EE: 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")

Arguments

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.

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

Run this code
# NOT RUN {
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)
}
# }

Run the code above in your browser using DataLab