Plots pairwise correlations of posterior marginals

# S3 method for debinfer_result
pairs(x, trend = FALSE, scatter = FALSE, burnin = NULL, medians = TRUE, ...)

Arguments

x

a deBInfer_result object

trend

logical, add loess smooth

scatter

logical, add scatterplot of posterior samples

burnin

integer, number of samples to discard from start of chain before plotting

medians

logical, plot marginal medians on contour plot

...

further arguments to plot.default (the call that draws the scatter/contour plot)