simHM.siWoDemogrInfl | R Documentation |
simHM
is generic function that calls a method to run the
simulation base on object's class
## S3 method for class 'siWoDemogrInfl'
simHM(x, network, sim.number, num.cores, fill.time)
## S3 method for class 'siWoDemogrMigr'
simHM(x, network, sim.number, num.cores, fill.time)
## S3 method for class 'customInfl'
simHM(x, network, sim.number, num.cores, fill.time)
## S3 method for class 'customMigr'
simHM(x, network, sim.number, num.cores, fill.time)
## S3 method for class 'customProbWeights'
simHM(x, network, sim.number, num.cores, fill.time)
## S3 method for class 'customEmigrRule'
simHM(x, network, sim.number, num.cores, fill.time)
## S3 method for class 'customEmigrRuleWeight'
simHM(x, network, sim.number, num.cores, fill.time)
simHM(x, network, sim.number, num.cores = "max", fill.time)
x |
of a specific class of model. |
network |
a |
sim.number |
Number of repetitions.The default value is 1 |
num.cores |
number of threads/cores that the simulation will use. the default value is num.cores = 'max', the Algorithm will use all threads/cores available. |
fill.time |
It indicates whether to return all dates or just the dates when nodes get connected. |
A data.frame
with the number of individuals through
time per node, per state and per simulation.
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.