
Complete species parameter data frame with default values
Source:R/species_params.R
completeSpeciesParams.RdSets defaults for missing but required species parameters.
Value
A completed species parameter data frame
The function sets default values if any of the following species parameters are missing or NA:
w_matis set tow_max/4w_minis set to0.001alphais set to0.6interaction_resourceis set to1nis set to3/4
It calls validSpeciesParams() to check the validity of the species
parameters. Nevertheless the species parameters returned by this function are not guaranteed
to produce a viable model. More checks of the parameters are performed by the
individual rate-setting functions (see setParams() for the list of these
functions).