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())

munterfi/drtplanr documentation built on Dec. 21, 2021, 11:01 p.m.