Serve tab with stomach data
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.
- stomach
Data frame holding observations of prey items in predator stomachs. The required columns are
species
holding the name of the predator species,wpredator
with the weight in grams of the predator,wprey
with the weight of the prey item.
In case prey items of the same weight have been aggregated in the data frame then there should be a column
Nprey
saying how many prey items have been aggregated in each row.- ...
Unused