envplot | R Documentation |
Plotting environmental effects on species
envplot(
object,
include_intercept = FALSE,
nrow = NULL,
y_labels = NULL,
plotfun = "intervals",
widths = NULL
)
object |
The jsdmStanFit model object |
include_intercept |
Whether to include the intercept in the plots |
nrow |
The number of rows within the plot |
y_labels |
Which plots should have annotated y axes. Needs to be given as an integer vector |
plotfun |
Which plot function from mcmc_plot should be used, by default
|
widths |
The widths of the plots |
An object of class "bayesplot_grid"
, for more information see
bayesplot::bayesplot_grid()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.