Description Usage Arguments Value Examples
Save graphics of model
1 | drt_save_graphics(obj, path)
|
obj |
drtm, a drtm model. |
path |
character, path to file. |
None.
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())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.