The Number tab shows:
A plot of total number for each species, compared to observed numbers when available, using
plotNumberVsSpecies()
.Buttons "Calibrate" and "Match" that trigger a call to
calibrateNumber()
ormatchNumbers()
respectively.
Usage
numberTab(
input,
output,
session,
params,
params_old,
logs,
trigger_update,
...
)
numberTabUI(params, ...)
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
- logs
Environment holding the log of steady states.
- trigger_update
Reactive value used for triggering update of species parameter sliders.
- ...
Unused