simHM
is generic function that calls a method to run the
simulation base on object's class
# S3 method for siWoDemogrInfl
simHM(x, network, sim.number, num.cores, fill.time)# S3 method for siWoDemogrMigr
simHM(x, network, sim.number, num.cores, fill.time)
# S3 method for customInfl
simHM(x, network, sim.number, num.cores, fill.time)
# S3 method for customMigr
simHM(x, network, sim.number, num.cores, fill.time)
# S3 method for customProbWeights
simHM(x, network, sim.number, num.cores, fill.time)
# S3 method for customEmigrRule
simHM(x, network, sim.number, num.cores, fill.time)
# S3 method for customEmigrRuleWeight
simHM(x, network, sim.number, num.cores, fill.time)
simHM(x, network, sim.number, num.cores = "max", fill.time)
A data.frame
with the number of individuals through
time per node, per state and per simulation.
of a specific class of model.
a data.frame
with variables that describe
the donor node, the receiver node, the time when each connection between
donor to the receiver happened and the number of individual or weight of
these connection.
Number of repetitions.The default value is 1
number of threads/cores that the simulation will use. the default value is num.cores = 'max', the Algorithm will use all threads/cores available.
It indicates whether to return all dates or just the dates when nodes get connected.
.