Define population dynamics for multiple species from a set of single-species dynamics objects and defined pairwise interactions.

pairwise_interaction(target, source, masks, funs)

Arguments

target

population whose vital rates are affected by the pairwise interaction

source

population whose abundances affect the vital rates of target

masks

masks defining which vital rates are influenced by each function

funs

functions that take vital rates and abundances of the source population as inputs and return scaled vital rates

Details

To be completed.