Plot recruitment by year.
Usage
plot_rec_devs(
data,
object,
proj = NULL,
posterior = NULL,
probs = c(0.025, 0.975)
)
Arguments
- data
a
list
containing the data that was passed toMakeADFun
.- object
a
list
specifying the AD object created usingMakeADFun
.- proj
a
list
containing the data that was passed toMakeADFun
.- posterior
an
rstan
objected created using thetmbstan
function.- probs
a numeric vector of probabilities with values in
[0,1]
for plotting quantiles of the posterior distribution.