plot_ssa | R Documentation |
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") )
ssa_out |
Data object returned by |
state |
Whether or not to plot the state values. |
propensity |
Whether or not to plot the propensity values. |
buffer |
Whether or not to plot the buffer values. |
firings |
Whether or not to plot the reaction firings values. |
geom |
Which geom to use, must be one of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.