barmstein {vegsoup}R Documentation

Test Data Set

Description

Simple data structures for testing. A species and corresponding taxonomy data.frame plus a sites data.

Usage

data(barmstein)

Format

The three objects "spc" (species), "sts" (sites) and "txn" (taxonomy) each contain the following columns:

spc:

plot

plot identifier, mode "character"

abbr

species names, mode "character"

layer

layer code, mode "character"

cov

species abundance, mode "character"

sts:

plot

plot identifier, mode "character"

variable

name of the variable, mode "character"

value

value for each variable, mode "character"

txn:

abbr

species identifier, mode "character"

taxon

scientific species name, mode "character"

Examples

data(barmstein)
barmstein

[Package vegsoup version 0.2-7 Index]