TrophicLinkPropertyNames {cheddar} | R Documentation |
Returns the names of the first-class trophic link properties in a community.
TrophicLinkPropertyNames(community)
community |
an object of class |
The names 'resource' and 'consumer' are always returned.
Two or more characters.
Lawrence Hudson
data(TL84, SkipwithPond)
# Just 'resource' and 'consumer'
TrophicLinkPropertyNames(TL84)
# Just 'resource', 'consumer', 'link.evidence' and 'link.life.stage'
TrophicLinkPropertyNames(SkipwithPond)