plot.bmeta: Generic plot function for bmeta object in jarbes.

View source: R/plot.bmeta.R

plot.bmetaR Documentation

Generic plot function for bmeta object in jarbes.

Description

Generic plot function for bmeta object in jarbes.

Usage

## S3 method for class 'bmeta'
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",
  ...
)

Arguments

x

The object generated by the bmeta function.

x.lim

Numeric vector of length 2 specifying the x-axis limits.

y.lim

Numeric vector of length 2 specifying the y-axis limits.

x.lab

Text with the label of the x-axis.

y.lab

Text with the label of the y-axis.

title.plot

Text for setting a title in the plot.

...

...


jarbes documentation built on March 18, 2022, 7:39 p.m.

Related to plot.bmeta in jarbes...