View source: R/community_trophic_links.R
| RemoveCannibalisticLinks | 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
Community
data(TL84)
NumberOfTrophicLinks(TL84)
TL84.no.cannibal <- RemoveCannibalisticLinks(TL84)
NumberOfTrophicLinks(TL84.no.cannibal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.