| signal_gear_params_changes | R Documentation |
Mizer looks for the gear parameters in the gear parameter table, which is
read only when the model is built, so changing one of them through the
species parameters does not reach the model. This is one of the diagnostics
that only given_species_params<-() gives; species_params<-() stays
quiet, see there.
signal_gear_params_changes(changed)
changed |
A named list with one entry per changed column, or a character vector of the changed column names. |
yield_observed is the exception. It belongs in gear_params(), which gives
the observed yield per gear and species, and that is where it should be set,
which is what this reports. But it feeds no rate, so a value in the species
parameters is not lost: get_yield_observed() falls back to it for any
species that has no observation among the gear parameters.
NULL invisibly. Called for its side effect of signalling.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.