Learn R Programming

cheddar (version 0.1-636)

TrophicLinkPropertyNames: Trophic link property names

Description

Returns the names of the first-class trophic link properties in a community.

Usage

TrophicLinkPropertyNames(community)

Arguments

community

an object of class Community.

Value

Two or more characters.

Details

The names 'resource' and 'consumer' are always returned.

See Also

Community, TLP, TLPS

Examples

Run this code
# NOT RUN {
data(TL84, SkipwithPond)

# Just 'resource' and 'consumer'
TrophicLinkPropertyNames(TL84) 

# Just 'resource', 'consumer', 'link.evidence' and 'link.life.stage'
TrophicLinkPropertyNames(SkipwithPond)
# }

Run the code above in your browser using DataLab