Uses ggplot2 to plot timeseries. The plot has a geom_line layer.

# S3 method for copasi_ts
autoplot(object, ..., use_concentrations = TRUE)

Arguments

object

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.

use_concentrations

Whether to print concentrations or particle numbers for species, as flag.

Value

A ggplot2 plot