mcmc_heatmap: Draw a heatmap based on the correlations between parameters

View source: R/ui_plotting.R

mcmc_heatmapR Documentation

Draw a heatmap based on the correlations between parameters

Description

Note that the colors represent the strength of the correlations (from 0 to 1), but do not inform about their sign. The method used to calculate correlation coefficients is Spearman's rho.

Usage

mcmc_heatmap(x, col = NULL, ...)

Arguments

x

A coda::mcmc.list object.

col

Optional, vectors of colors defining the color ramp. Default uses the divergent palette "Blue-Red 2" from the colorspace package.

...

Passed to heatmap.

Value

Called for side effect (plotting).


isotracer documentation built on Sept. 22, 2023, 1:07 a.m.