Generic plot function for metarisk object in jarbes.
# S3 method for 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",
...
)
The object generated by the metarisk 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.
...