Last data update: 2014.03.03

R: Range of trait values in a community
trait.rangeR Documentation

Range of trait values in a community

Description

Quantifies the range of trait values present in a community

Usage

 trait.range(my.sample, traits) 

Arguments

my.sample

A community data.matrix.

traits

A trait matrix.

Details

Quantifies the the range of trait values in each community.

Value

trait.range The range of trait values for each community.

Examples

data(lefse.sample)
data(lefse.traits)

trait.range(lefse.sample, lefse.traits)



Results