Provides basic functionally for simple and quick time series plot of simulation output from ssa()
.
plot_ssa(
ssa_out,
state = TRUE,
propensity = FALSE,
buffer = FALSE,
firings = FALSE,
geom = c("point", "step")
)
Data object returned by ssa()
.
Whether or not to plot the state values.
Whether or not to plot the propensity values.
Whether or not to plot the buffer values.
Whether or not to plot the reaction firings values.
Which geom to use, must be one of "point"
, "step"
.