We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@cvisintin any chance we can add extra parameters to the carry capacity function rather than writing a custom cc function each time.
steps/R/utils.R
Line 75 in 51c081f
Something like:
res <- cc(landscape, timestep, ...)
Would also require dots in the get_carrying_capacity function
get_carrying_capacity
So when you define a function for cc you also add the extra parameter values to the landscape function
landscape
The text was updated successfully, but these errors were encountered:
Just to clarify, I mean for multiple simulations. Where I have a ccfun, but what changes is the parameter values, rather than the function it's self.
Sorry, something went wrong.
No branches or pull requests
@cvisintin any chance we can add extra parameters to the carry capacity function rather than writing a custom cc function each time.
steps/R/utils.R
Line 75 in 51c081f
Something like:
res <- cc(landscape, timestep, ...)
Would also require dots in the
get_carrying_capacity
functionSo when you define a function for cc you also add the extra parameter values to the
landscape
functionThe text was updated successfully, but these errors were encountered: