drt_save_graphics: Save graphics of model

Description Usage Arguments Value Examples

Description

Save graphics of model

Usage

1
drt_save_graphics(obj, path)

Arguments

obj

drtm, a drtm model.

path

character, path to file.

Value

None.

Examples

1
2
3
4
5
6
7
#' # Example model
m <- drt_import(
  system.file("Jegenstorf_i1000.RData", package = "drtplanr")
)

# Save to temp dir
drt_save_graphics(m, path = tempdir())

munterfinger/drtplanr documentation built on Oct. 3, 2021, 7:28 p.m.