Skip to contents

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() or matchNumbers() 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

logs

Environment holding the log of steady states.

trigger_update

Reactive value used for triggering update of species parameter sliders.

...

Unused

Details

Clicking on a species in the number plot makes that species the selected species. Double-clicking on a species selects that species and changes its number.