Extends mizer::expandSizeGrid() to handle mizerMR
objects. The resource rate, capacity, and initial abundance arrays are
recalculated on the new grid from the resource parameters.
Arguments
- params
A mizerMR object.
- new_min_w
The new minimum size in the grid. Defaults to the current minimum.
- new_max_w
The new maximum size in the grid. Defaults to the current maximum.
- preserve_species
A vector of species names for which all rate arrays should be copied over to the new params object rather than being re-calculated from the species parameters. If missing, all species are preserved.
- ...
Additional arguments (currently unused).
Value
A mizerMR object with an expanded size grid.
