biomassTab | R Documentation |
The Biomass tab shows:
A plot of total biomass for each species, compared to
observed biomasses when available, using plotBiomassVsSpecies()
.
Buttons "Calibrate" and "Match" that trigger a call to
calibrateBiomass()
or matchBiomasses()
respectively.
biomassTab(input, output, session, params, logs, trigger_update, ...)
biomassTabUI(params, ...)
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 |
Clicking on a species in the biomass plot makes that species the selected species. Double-clicking on a species selects that species and changes its biomass.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.