simtime objects allow the user to specify simulation start and end times, along with the simulation time step.
tgrid(
start = 0,
end = 24,
delta = 1,
add = numeric(0),
.offset = 0,
.scale = 1,
...
)
# S4 method for tgrid
stime(x, ...)
# S4 method for tgrids
stime(x, ...)
# S4 method for numeric
stime(x, ...)
# S4 method for tgrid
show(object)
# S4 method for tgrids
show(object)
# S4 method for mrgmod
stime(x, ...)
simulation start time
simulation end time
simulation time step
addition simulation times
the resulting set of times will be adjusted by this amount
the resulting set of times will be scaled by this factor
passed on to other methods
tgrid object
passed to show