@cvisintin any chance we can add extra parameters to the carry capacity function rather than writing a custom cc function each time.
|
res <- cc(landscape, timestep) |
Something like:
res <- cc(landscape, timestep, ...)
Would also require dots in the get_carrying_capacity function
So when you define a function for cc you also add the extra parameter values to the landscape function