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 March 30, 2024, 4:17 p.m.