Community has property? | 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
Community
, CPS
, NPS
,
TLPS
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.