setPlotFormat: setPlotFormat

View source: R/utilities-reportingengine-env.R

setPlotFormatR Documentation

setPlotFormat

Description

Set default plot format to be exported by reporting engine

Usage

setPlotFormat(
  format = NULL,
  width = NULL,
  height = NULL,
  units = NULL,
  dpi = NULL
)

Arguments

format

file format of the exported plots. E.g. "png" or "pdf"

width

plot width in unit

height

plot height in unit

units

units of width and height included in "in", "cm", "mm", or "px"

dpi

Plot resolution in dots per inch. Caution, font sizes depend on resolution.


Open-Systems-Pharmacology/OSPSuite.ReportingEngine documentation built on April 13, 2025, 10:37 a.m.