Skip to content

Any chance we can pass multiple options to cc function via dots? #36

@skiptoniam

Description

@skiptoniam

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions