Uses ggplot2 to plot timeseries. The plot has a geom_line layer.
# S3 method for copasi_ts
autoplot(object, ..., use_concentrations = TRUE)
The data to be plotted, as returned by runTimeCourse
. This object is of type copasi_ts
.
Column names selected for plotting, as strings. Uses partial matching. Also accepts full keys.
Whether to print concentrations or particle numbers for species, as flag.
A ggplot2 plot