otherControl: Controlling the species parameters not included in other...

View source: R/otherControl.R

otherControlR Documentation

Controlling the species parameters not included in other controls

Description

Adds controls for the parameters that did not fit into other categories.

Usage

otherControl(input, output, session, params, params_old, flags, ...)

otherControlUI(p, input)

Arguments

input

Reactive holding the inputs

output

Reactive holding the outputs

session

Shiny session

params

Reactive value holding updated MizerParams object

params_old

Reactive value holding non-updated MizerParams object

flags

Environment holding flags to skip certain observers

...

Unused

p

The MizerParams object currently being tuned.

Details

The parameters included are:

  • conversion efficiency alpha

  • metabolic rate coefficient ks and exponent p

  • activity rate coefficient k

  • external mortality z0.

If the external mortality z0 is changed, then the corresponding rate array is changed by the difference between the new value and the previous value. Thus any additions made to the rate by the user independently of the species parameters are preserved.

If the metabolism exponent p is changed, this also changes ks so that metabolic rate at maturity stays the same.


sizespectrum/mizerExperimental documentation built on Jan. 28, 2024, 2:14 p.m.