Transform trace to time-series
Arguments
- trace
List of objects of the
state-class- time_step
Numeric denoting the time between each iteration. Defaults to
0.5(the same as insimulate).- cpp
Logical denoting whether to use the Rcpp (
TRUE) or R (FALSE) version of this function. Defaults toTRUE.