Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

transfgradient

Gradient for Hypothetical Example of Turover of Species Composition


Description

This dataset documents the site sequence of 19 sites on a gradient determined from unimodal species distributions. The dataset is accompanied by transfspecies that documents the species composition of the sites. This is a hypothetical example that allows to investigate how well ecological distance measures or ordination methods recover the expected best sequence of sites.

Usage

data(transfgradient)

Format

A data frame with 19 observations on the following variable.

gradient

a numeric vector

Source

Legendre, P. & Gallagher, E.D. (2001) Ecologically meaningful transformations for ordination of species data. Oecologia 129: 271-280.

References

Figure 3a.

Examples

data(transfspecies)
data(transfgradient)
plot(transfspecies[,1]~transfgradient[,1],xlab="gradient",
    ylab="species abundance",type="n",ylim=c(0.5,8.5))
for (i in 1:9) {points(transfgradient[,1],transfspecies[,i],type="o",pch=i)}

BiodiversityR

Package for Community Ecology and Suitability Analysis

v2.13-1
GPL-3
Authors
Roeland Kindt [cre, aut] (<https://orcid.org/0000-0002-7672-0712>)
Initial release
2021-4-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.