
Signal the changes that are ignored because another parameter was given
Source:R/info_signals.R
signal_ignored_changes.RdSome species parameters are only used to calculate a default for another
one: f0 for gamma, fc for ks, age_mat for h, and k_vb for
h or age_mat. Once the other one has been given, the model no longer
consults them, so changing them has no effect. This raises a warning about
that. It is one of the diagnostics that only given_species_params<-()
gives, see there.
Arguments
- given
The given species parameters, as they are before the change.
- changed
A named list with one logical vector per changed column, saying which species were given a value, as built by
given_species_params<-().