Learn R Programming

cheddar (version 0.1-636)

RemoveCannibalisticLinks: Remove cannibalistic trophic links

Description

Remove cannibalistic trophic links.

Usage

RemoveCannibalisticLinks(community, title)

Arguments

community

an object of class Community.

title

a title for the new community.

Value

A new object of class Community.

Details

Returns a new Community with any cannibalistic trophic links removed.

See Also

Community

Examples

Run this code
# NOT RUN {
data(TL84)
NumberOfTrophicLinks(TL84)

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

Run the code above in your browser using DataLab