crosscorr.plot
From coda v0.17-1
by Martyn Plummer
Plot image of correlation matrix
crosscorr.plot
provides an image of the correlation matrix for
x
. If x
is an mcmc.list
object, then all chains
are combined.
The range [-1,1] is divided into a number of equal-length categories
given by the length of col
and assigned the corresponding color.
By default, topographic colours are used as this makes it easier to
distinguish positive and negative correlations.
- Keywords
- hplot
Usage
crosscorr.plot (x, col = topo.colors(10), ...)
Arguments
- x
- an
mcmc
ormcmc.list
object - col
- color palette to use
- ...
- graphical parameters
See Also
Community examples
Looks like there are no examples yet.