Learn R Programming

cheddar (version 0.1-636)

ResourceLargerThanConsumer: Resource larger than consumer

Description

Trophic links in which the resource has a larger body mass than the consumer.

Usage

ResourceLargerThanConsumer(community)

Arguments

community

an object of class Community

Value

A data.frame

Details

Returns a data.frame with columns `resource', `consumer', `resource.M' and `consumer.M'.

See Also

Community

Examples

Run this code
# NOT RUN {
data(TL84)

ResourceLargerThanConsumer(TL84)

# Highlight trophic links
PlotNvM(TL84, highlight.links=ResourceLargerThanConsumer)
# }

Run the code above in your browser using DataLab