Skip to contents

This value is the maximum time between two successive time series data samples.

See also

Simulation

Examples

# set the seed of the random number generator
set.seed(0)

# create a simulation
sim <- SpatialSimulation()

# get the delta time between two time series samples (0 by default)
sim$history_delta
#> [1] 0

# set the delta time between two time series samples
sim$death_activation_level <- 20