pairs.debinfer_result {deBInfer} | R Documentation |
Pairwise posterior marginals
Description
Plots pairwise correlations of posterior marginals
Usage
## S3 method for class '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) |
[Package deBInfer version 0.4.4 Index]