powered by
Remove cannibalistic trophic links.
RemoveCannibalisticLinks(community, title)
an object of class Community.
Community
a title for the new community.
A new object of class Community.
Returns a new Community with any cannibalistic trophic links removed.
# NOT RUN { data(TL84) NumberOfTrophicLinks(TL84) TL84.no.cannibal <- RemoveCannibalisticLinks(TL84) NumberOfTrophicLinks(TL84.no.cannibal) # }
Run the code above in your browser using DataLab