drt_plot: Plot energy curve

Description Usage Arguments Value Examples

Description

Plot energy curve

Usage

1
drt_plot(obj)

Arguments

obj

drtm, a drtm model.

Value

A ggplot2 plor object, containing the energy curve.

Examples

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

# Plot
drt_plot(m)

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