Launches a small Shiny gadget with sliders in the left sidebar for each
numeric element of pars
and a live-updating plot of
plotAgeLikelihood(pars, age_at_length)
in the main panel.
Arguments
- pars
A named list of scalar numeric parameters. Typical entries are
k
,L_inf
,d
,m
,spawning_mu
,spawning_kappa
,annuli_date
, andannuli_min_age
.- age_at_length
A data frame of observed age-at-length data as used by
plotAgeLikelihood()
(seeCod_CS_age_at_length
).