numberTab | R Documentation |
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.
numberTab(
input,
output,
session,
params,
params_old,
logs,
trigger_update,
...
)
numberTabUI(params, ...)
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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.