Learn R Programming

Traitspace (version 1.1)

spdata: Simulated species data

Description

A simulated species data to illustrat how the package works.

Usage

data(spdata)

Arguments

Format

A data frame with 150 observations on the following 5 variables.
species
-- a factor with levels S1 S2 S3 S4 S5 S6
t1
-- a numeric vector
t2
-- a numeric vector
env
-- a numeric vector
site
-- a factor with levels A B C D E

Examples

Run this code
data(spdata)
## maybe str(spdata) ; plot(spdata) ...

Run the code above in your browser using DataLab