Plot marginals as violin plot
marginalPlotViolin(
posteriorMat,
priorMat = NULL,
xrange = NULL,
col = c("#FC006299", "#00BBAA88"),
singlePanel = TRUE,
...
)
matrix with samples as rows and parameters as columns
matrix (optional) with samples as rows and parameters as columns
vector or matrix (optional), determining the plotting range, with parameters as columns and min, max as rows
vector of colors for posterior and
logical, determining whether the parameter should be plotted in a single panel or each in its own panel
Tankred Ott