Learn R Programming

spacodiR (version 0.13.0115)

sp.example: example data for spacodiR

Description

spacodi-package provides example community phylogenetics data, a phylogeny, and trait data

Usage

data(sp.example)

Arguments

Details

This object is a list of example datasets for spacodiR: a community dataset (spl), phylogeny (phy), species-level traits (trt), and matrix of distances between plots (dis). The data can be called into R by 'data(sp.example)', where each item is indexed as an element of a list (e.g., for the tree, use sp.example$phy). More generally, documented examples can be run from the console: for instance, try 'example(spacodi.calc)'.