Draws one line per compartment over time. Use compartments to
select a subset of the state variables; the default is to plot all
columns except time.
Arguments
- df
A data frame returned by
ode_solver()or any built-in model function.- compartments
Character vector of compartment names to plot. When
NULL(the default) every column excepttimeis plotted.
Value
A ggplot object.

