plant icon indicating copy to clipboard operation
plant copied to clipboard

Trait-Driven Models of Ecology and Evolution :evergreen_tree:

Results 77 plant issues
Sort by recently updated
recently updated
newest added

As part of investigating #346 - @devmitch demonstrated how to profile an R session using AMDuProf on machines running AMD CPUs. Notably, 40% of the `run_plant_benchmarks` takes place in the...

I receive various messages like this when running tests. I plan to address this by removing `.data` and will likely make this change on the `fitness` branch if no-one objects....

When using feature `grow_indivduals_to_size` we can specify average environmental variables Can we provide a time dependent spline for these? Immediate example being discussed is variable water environments

I discovered some unexpected behaviour in `interpolate_to_heights`. When using a coarse grid, individuals in the the largest class are removed, where instead I expected to keep them. It's not quite...

Rcmdcheck complains about lots of issues. For example, see mentions at https://github.com/traitecoevo/plant/actions/runs/3263550975/jobs/5362669197 or rund `rcmdcheck::rcmdcheck()` locally These fixes try to rectify Locally I'm still getting a fail, possibly due to...

Hi team! Finding certain cases where average light environment is less than 0, likely due to the interpolator, but unclear to me why this would be. Checking out the `simple_water_use_model`...

Recent changes have motivated a switch in the Strategy type that we expose in R. Currently, RcppR6 generates a Strategy as a simple list object, which is lightweight, but does...

If I create 3 strategies varying a particular trait, e.g. LMA, we can see that the lcp varies depending on the values, however there is no change when different HMAT...

Just noting some ideas to optimise speed of water use model: - in ff16w strategy, optimum stem water potential/ci is identified, and the profit is recalculated at this value. Instead,...