RemoveCannibalisticLinks {cheddar} | R Documentation |
Remove cannibalistic trophic links.
RemoveCannibalisticLinks(community, title)
community |
an object of class |
title |
a title for the new community. |
Returns a new Community
with any cannibalistic trophic links
removed.
A new object of class Community
.
Lawrence Hudson
data(TL84)
NumberOfTrophicLinks(TL84)
TL84.no.cannibal <- RemoveCannibalisticLinks(TL84)
NumberOfTrophicLinks(TL84.no.cannibal)