traitecoevo / plant

Trait-Driven Models of Ecology and Evolution :evergreen_tree:
https://traitecoevo.github.io/plant
53 stars 20 forks source link

Change default parameters to non-mutants #337

Closed aornugent closed 1 month ago

aornugent commented 2 years ago

In expand_parameters we repetitively specify that mutant = FALSE. where mutants have no effect on other plants in the community (i.e. have zero density).

Changing the default setting from TRUE -> FALSE will simplify code for common use cases, however code that expects introduced cohorts to be mutants will need updating.

dfalster commented 1 month ago

This no no longer an issue with new mutant model, #362, #379