plot_bayesian_cdi2 | R Documentation |
Bayesian version of the CDI plot (depreciated)
plot_bayesian_cdi2(
fit,
xfocus = "area",
yfocus = "fishing_year",
hurdle = FALSE,
xlab = "Month",
ylab = "Fishing year",
colour = "purple"
)
fit |
a model fit |
xfocus |
The column name of the variable to be plotted on the x axis. This column name must match one of the
column names in the |
yfocus |
The column name of the variable to be plotted on the y axis. This column name must match one of the
column names in the |
hurdle |
if a hurdle model then use the hurdle |
xlab |
the x axis label |
ylab |
the y axis label |
colour |
the colour to use in the plot |
a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.