# Combine two trophic species that are the most similar.
comtrosp(intro_comm)
# Combine two selected trophic species.
comtrosp(intro_comm, selected = c("Orib1", "Predator"))
# Combine two selected trophic species
# Remove the cannibalism that is created
# Rescale all feeding preferences to 1.
comtrosp(intro_comm,
selected = c("Orib1", "Predator"),
deleteCOMBOcannibal = TRUE,
allFEEDING1 = TRUE)
Run the code above in your browser using DataLab