| therMizerParams-class | R Documentation |
These parameters include the model species, their life history parameters and the size ranges of the model.
therMizerParams objects can be created using a range of
therMizerParams constructor methods.
Dynamic simulations are performed using the project_therMizer method on
objects of this class.
wA numeric vector of size bins used for the community (i.e. fish) part of the model. These are usually spaced on a log10 scale
dwThe absolute difference between the size bins specified in the w slot. A vector the same length as the w slot. The final value is the same as the second to last value
w_fullA numeric vector of size bins used for the whole model (i.e. the community and background spectra) . These are usually spaced on a log10 scale
dw_fullThe absolute difference between the size bins specified in the w_full slot. A vector the same length as the w_full slot. The final value is the same as the second to last value
psiAn array (species x size) that holds the allocation to reproduction for each species at size
intake_maxAn array (species x size) that holds the maximum intake for each species at size
search_volAn array (species x size) that holds the search volume for each species at size
activityAn array (species x size) that holds the activity for each species at size
std_metabAn array (species x size) that holds the standard metabolism for each species at size
pred_kernelAn array (species x predator size x prey size) that holds the predation coefficient of each predator at size on each prey size
rr_ppA vector the same length as the w_full slot. The size specific growth rate of the background spectrum
cc_ppA vector the same length as the w_full slot. The size specific carrying capacity of the background spectrum
species_paramsA data.frame to hold the species specific parameters (see the mizer vignette, Table 2, for details)
interactionThe species specific interaction matrix.
srrFunction to calculate the realised (density dependent) recruitment. Has two arguments which are rdi and species_params
selectivityAn array (gear x species x w) that holds the selectivity of each species by gear and species size
catchabilityAn array (gear x species) that holds the catchability of each species by each gear
ontogenetic_migrationAn array (realm x species x w) that holds the proportion of time each species spends in a given realm by size
exposureAn array (realm x species) that holds the exposure of each species by each realm
The therMizerParams class is fairly complex with a large number of
slots, many of which are multidimensional arrays. The dimensions of these
arrays is strictly enforced so that therMizerParams objects are
consistent in terms of number of species and number of size classes.
Although it is possible to build a therMizerParams object by hand it is
not recommended and several constructors are available.
The therMizerParams class does not hold any dynamic information, e.g.
abundances or harvest effort through time. These are held in
therMizerSim objects.
project_therMizer therMizerSim
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.