make_MicroMoB {MicroMoB} | R Documentation |
Make a model object
Description
The model object is a hashed environment. By default it contains
a single list, model$global
storing global state.
Usage
make_MicroMoB(tmax, p, l = p)
Arguments
tmax |
number of days to simulate |
p |
number of places |
l |
number of aquatic habitats (optional, will be set to |
Value
an object of class environment
[Package MicroMoB version 0.1.2 Index]