Get the times at which the model will be evaluated
stime(x, ...)
A sorted vector of unique simulation times from the time grid in the model object.
Simulation times include the sequence of times created from
start
, end
, and delta
and the vector of times found in add
.
Making end
negative (e.g. -1) will omit the start-end-delta
sequence. Negative values are discarded from the result.