Generic plot function for bmeta object in jarbes.
# S3 method for dpmeta
plot(
x,
x.lim = c(-3, 3),
y.lim = c(0, 2),
x.lab = "Treatment Effect: log(OR)",
y.lab = "Posterior",
title.plot = "Simple Bayesian Meta-Analysis",
...
)
The object generated by the bmeta function.
Numeric vector of length 2 specifying the x-axis limits.
Numeric vector of length 2 specifying the y-axis limits.
Text with the label of the x-axis.
Text with the label of the y-axis.
Text for setting a title in the plot.
...