Community has property? {cheddar} | R Documentation |
Community has property?
Description
Functions that return whether or not a community has a particular property.
Usage
HasM(community)
HasN(community)
HasTrophicLinks(community)
Arguments
community |
an object of class |
Value
A logical
.
Author(s)
Lawrence Hudson
See Also
Examples
# Tuesday Lake 1984 has all three
data(TL84)
HasM(TL84)
HasN(TL84)
HasTrophicLinks(TL84)
# Skipwith Pond has trophic links but not M or N
data(SkipwithPond)
HasM(SkipwithPond)
HasN(SkipwithPond)
HasTrophicLinks(SkipwithPond)
[Package cheddar version 0.1-639 Index]