Community has property? {cheddar} | R Documentation |
Functions that return whether or not a community has a particular property.
HasM(community) HasN(community) HasTrophicLinks(community)
community |
an object of class |
A logical
.
Lawrence Hudson
# 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)