make_MicroMoB: Make a model object

View source: R/ModelObject.R

make_MicroMoBR 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 p by default)

Value

an object of class environment


MicroMoB documentation built on Jan. 17, 2023, 9:06 a.m.