Plot fit to tagging observations.
Usage
plot_tags(
data,
object,
posterior = NULL,
probs = c(0.025, 0.975),
years = NULL,
fishery = "Indonesian",
...
)
Arguments
- data
a
list
containing the data that was passed toMakeADFun
.- object
a
list
specifying the AD object created usingMakeADFun
.- 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.- years
the years to plot.
- fishery
the fishery to plot (Indonesian or Australian).
- ...
additional parameters passed on to
facet_wrap
.