Controlling the reproduction parameters in the tuning gadget
Source:R/reproductionControl.R
reproductionControl.Rd
Controlling the reproduction parameters in the tuning gadget
Usage
reproductionControl(input, output, session, params, params_old, flags, ...)
reproductionControlUI(p, input)
Arguments
- 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
- flags
Environment holding flags to skip certain observers
- ...
Unused
- p
The MizerParams object currently being tuned.