View source: R/plotMarginals.R
marginalPlotDensity | R Documentation |
Plot marginals as densities
marginalPlotDensity( posteriorMat, priorMat = NULL, xrange = NULL, col = c("#FC006299", "#00BBAA30"), singlePanel = TRUE, ... )
posteriorMat |
matrix with samples as rows and parameters as columns |
priorMat |
matrix (optional) with samples as rows and parameters as columns |
xrange |
vector or matrix (optional), determining the plotting range, with parameters as columns and min, max as rows |
col |
vector of colors for posterior and |
singlePanel |
logical, determining whether the parameter should be plotted in a single panel or each in its own panel |
Tankred Ott
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.