kuadrat / growR

R implementation of the grassland model ModVege.
https://kuadrat.github.io/growR/
Other
2 stars 0 forks source link

Have ModvegeSite$run() return self$clone(deep = TRUE) #5

Closed kuadrat closed 10 months ago

kuadrat commented 1 year ago

This makes it easy to retain the results. However, this might come at a performance cost. Is there a situation where we want to run but not look at/keep the results?

kuadrat commented 10 months ago

Better to leave it to the user whether a clone should be created or not.