Learn R Programming

cheddar (version 0.1-639)

RemoveCannibalisticLinks: Remove cannibalistic trophic links

Description

Remove cannibalistic trophic links.

Usage

RemoveCannibalisticLinks(community, title)

Value

A new object of class Community.

Arguments

community

an object of class Community.

title

a title for the new community.

Author

Lawrence Hudson

Details

Returns a new Community with any cannibalistic trophic links removed.

See Also

Community

Examples

Run this code
data(TL84)
NumberOfTrophicLinks(TL84)

TL84.no.cannibal <- RemoveCannibalisticLinks(TL84)
NumberOfTrophicLinks(TL84.no.cannibal)

Run the code above in your browser using DataLab