Learn R Programming

lefse (version 0.1)

trait.range: 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.

Value

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

Details

Quantifies the the range of trait values in each community.

Examples

Run this code
data(lefse.sample)
data(lefse.traits)

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



Run the code above in your browser using DataLab