Learn R Programming

MicroMoB (version 0.1.2)

make_MicroMoB: 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)

Value

an object of class environment

Arguments

tmax

number of days to simulate

p

number of places

l

number of aquatic habitats (optional, will be set to p by default)