Serve tab with catch data
Usage
catchTab(
input,
output,
session,
params,
logs,
trigger_update,
catch = NULL,
...
)
catchTabUI(...)
Arguments
- input
Reactive holding the inputs
- output
Reactive holding the outputs
- session
Shiny session
- params
Reactive value holding updated MizerParams object
- logs
Environment holding the log of steady states.
- trigger_update
Reactive value used for triggering update of species parameter sliders.
- catch
Data frame holding binned observed catch data. The data can be binned either into length bins or weight bins. In the former case the data frame should have columns
length
anddl
holding the start of the size bins in cm and the width of the size bins in cm respectively. In the latter case the data frame should have columnsweight
anddw
holding the start of the size bins in grams and the width of the size bins in grams. The data frame also needs to have the columnsspecies
(the name of the species),gear
(the name of the gear) andcatch
(the number of individuals of a particular species caught by a particular gear in a size bin).- ...
Unused