View source: R/utility_functions.R
can_mutfeed | R Documentation |
A function that identifies cannibalism and mutual feeding
can_mutfeed(usin)
usin |
The community in which to identify cannibalism and mutual feeding |
The community with mutual feeding added to the properties database.
intro_comm_mod = intro_comm
intro_comm_mod$imat["Predator", "Predator"] = 1
can_mutfeed(intro_comm_mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.