rob_save: Save risk-of-bias plots to a file using sensible parameters

View source: R/rob_save.R

rob_saveR Documentation

Save risk-of-bias plots to a file using sensible parameters

Description

Save risk-of-bias plots to a file using sensible parameters

Usage

rob_save(
  rob_object,
  file = "rob_figure.png",
  height = "default",
  width = "default",
  dpi = 800
)

Arguments

rob_object

Object created using either rob_summary() or rob_traffic_light()

file

Destination file, with extension (e.g. "rob_figure.png")

height

Height of resulting image, in inches. Defaults to "default" which uses recommended values based on the number of studies included.

width

Width of resulting image, in inches. Defaults to "default" which uses recommended values based on the number of characters in the Study and Domain names. dpi

dpi

Plot resolution.

See Also

Other helper: rob_append_weights(), rob_dummy(), rob_tools()


mcguinlu/robvis documentation built on July 4, 2023, 11:15 p.m.