Learn R Programming

cheddar (version 0.1-639)

TrophicLinkPropertyNames: Trophic link property names

Description

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

Usage

TrophicLinkPropertyNames(community)

Value

Two or more characters.

Arguments

community

an object of class Community.

Author

Lawrence Hudson

Details

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

See Also

Community, TLP, TLPS

Examples

Run this code
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