Learn R Programming

adiv (version 2.2.1)

RP15JVS: Theoretical Data Set used in Ricotta and Pavoine (2015) in Journal of Vegetation Science

Description

The data set was used in Ricotta and Pavoine (2015) to illustrate the relationships between the coefficients of similarity between communities that they developed. These data represent an artificial ecological gradient.

Usage

data("RP15JVS")

Arguments

Format

The format is a list of four objects:

ab, a data frame with communities as rows, species as columns, and number of indivuduals as entries.

D1, a data frame of pairwise dissimilarities between species. In D1, dissimilarities reflect the species ecological differences along the artificial gradient of table ab: interspecies dissimilarities were set roughly proportional to the distance between the locations of the species optima and to the difference between their optimal abundances (see Ricotta and Pavoine 2015 for details).

D2, a data frame of pairwise dissimilarities between species. In D2, dissimilarities were randomly assigned using an even distribution.

D3, a data frame of pairwise dissimilarities between species. In D3, dissimilarities were uniformly set to 2/3.

References

Ricotta, C. and Pavoine, S. (2015) Measuring similarity among plots including similarity among species: An extension of traditional approaches. Journal of Vegetation Science, 26, 1061--1067

Examples

Run this code
data(RP15JVS)
dissABC(RP15JVS$ab, RP15JVS$D1, method="J", option=1)

Run the code above in your browser using DataLab