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

View source: R/plot.metarisk.R

plot.metariskR Documentation

Generic plot function for metarisk object in jarbes.

Description

Generic plot function for metarisk object in jarbes.

Usage

## S3 method for class 'metarisk'
plot(
  x,
  x.lim = c(-5, 2.8),
  y.lim = c(-2, 1),
  x.lab = "Rate of The Control Group (logit scale)",
  y.lab = "No improvement <- Treatment effect -> Improvement",
  title.plot = "Treatment Effect Against Baseline Risk",
  ...
)

Arguments

x

The object generated by the metarisk 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.metarisk in jarbes...