corrplot | R Documentation |
Plot modelled correlations between species
corrplot(
object,
species = NULL,
plotfun = "intervals",
nrow = NULL,
widths = NULL,
...
)
object |
The jsdmStanFit model object |
species |
Which species should be included - this plots the correlations between the specified species and all other species, so by default if all species are included this will result in a plot per species with all other species there and thus duplicate entries across all the plots |
plotfun |
Which plotting function from bayesplot to use, by default
|
nrow |
How many rows the grid of plots has |
widths |
Whether the widths of the different rows of plots should vary |
... |
Other arguments passed to mcmc_plot |
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.