exportReport: Export an orloj report.

Description Usage Arguments

View source: R/plotting.R

Description

Exports an orloj report to a destination directory. Reports take orloj data structures and generate a series of plots that summarize, illustrate, or explain an analysis.

Usage

1
exportReport(dir, report, file_format = "png", dpi = 100, verbose = FALSE)

Arguments

dir

The name of the dir where figures are to be exported.

report

An orloj report.

file_format

Exported plots file format (such as png, svg, etc.).

dpi

Plot resolution. Only applies only to raster output types.

verbose

Whether to provide updates to console.


astrolabediagnostics/orloj documentation built on May 20, 2021, 2:17 p.m.