Plot catch (in thousands of tonnes) by year, season, and fishery.
Usage
plot_catch(
data,
object,
posterior = NULL,
proj = NULL,
probs = c(0.05, 0.95),
plot_resid = FALSE
)Arguments
- data
a
listcontaining the data that was passed toMakeADFun.- object
a
listspecifying the AD object created usingMakeADFun.- posterior
an
rstanobjected created using thetmbstanfunction.- proj
an
rstanobjected created using thetmbstanfunction.- probs
a numeric vector of probabilities with values in
[0,1]for plotting quantiles of the posterior distribution.- plot_resid
plot the residual or not.
