powered by
Initialise array of resource and landscape-level interactions.
make_interaction_array( RESOURCES, LAND, res_consume = 0.5, consume_surv = 0, consume_repr = 0, times_feeding = 1 )
The resources array produced by the resource function within GMSE
The landscape array on which interactions between resources and agents occur
The proportion of a landscape cell that a resource consumes
The amount that a resource needs to consume to survive a time step
The amount that a resource needs to consume to produce one offspring
The number of times a resource moves to feed on a cell in a time step
# NOT RUN { Jacobian <- make_interaction_array(RESOURCES = starting_resources, LAND = LANDSCAPE_r); # }
Run the code above in your browser using DataLab