Description Usage Arguments Value Examples
Plot energy curve
1 | drt_plot(obj)
|
obj |
drtm, a drtm model. |
A ggplot2 plor object, containing the energy curve.
1 2 3 4 5 6 7 | # Example model
m <- drt_import(
system.file("Jegenstorf_i1000.RData", package = "drtplanr")
)
# Plot
drt_plot(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.