
Last chance! 50% off unlimited learning
Sale ends in
Set search volume
setSearchVolume(params, search_vol = NULL, reset = FALSE, ...)getSearchVolume(params)
search_vol(params)
search_vol(params) <- value
MizerParams
Optional. An array (species x size) holding the search volume for each species at size. If not supplied, a default is set as described in the section "Setting search volume".
Unused
search_vol
setSearchVolume()
: A MizerParams object with updated search volume.
getSearchVolume()
or equivalently search_vol()
: An array (species
x size) holding the search volume
The search volume getEncounter()
and the
predation rate in getPredRate()
.
The name "search volume" is a bit misleading, because
If the search_vol
argument is not supplied, then the search volume is
set to
gamma
and
q
columns in the species parameter dataframe. If the gamma
column is not supplied in the species parameter dataframe, a default is
calculated by the get_gamma_default()
function. Note that only
for predators of size
Other functions for setting parameters:
gear_params()
,
resource_params()
,
setExtMort()
,
setFishing()
,
setInitialValues()
,
setInteraction()
,
setMaxIntakeRate()
,
setMetabolicRate()
,
setParams()
,
setPredKernel()
,
setReproduction()
,
setResource()
,
species_params()