View source: R/plot.vast.q.estimates.r
Plot estimated catchability effects. Currently assumes only one set of interactions and no splines on catchability.
1 2 3 4 5 6 7 8 | plot.vast.q.estimates(
vast.output,
coef.names = c("flg.grp", "syn.hbf.imb"),
level.names = c("Flag group", "HBF (pred)"),
error.structure = "dln",
save.dir,
save.name
)
|
vast.output |
The output from a fit.vast function call |
coef.names |
Character vector of the factors used to create Q_ik |
level.names |
Character vector of how to name the factors in the plot |
error.structure |
Character string denoting the error structure used to fit the model. This is needed to backtransform the parameter estimates. |
save.dir |
Path to the directory where the outputs will be saved |
save.name |
Name stem for the output, useful when saving many model outputs in the same directory |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.