set_lambda_aqua_trace: Set daily emergence for trace (forced) aquatic mosquito model

View source: R/aquatic_trace_API.R

set_lambda_aqua_traceR Documentation

Set daily emergence for trace (forced) aquatic mosquito model

Description

Change the daily emergence parameter lambda for some times and places. The parameter lambda is stored internally as a matrix so that times and places are used to modify a submatrix, therefore the new value lambda should either be a scalar value to update the entire submatrix or a matrix of places rows and times columns.

Usage

set_lambda_aqua_trace(model, lambda, times, places)

Arguments

model

an object from make_MicroMoB

lambda

new emergence

times

vector of times to set the new values

places

vector of places to set the new values

Value

no return value


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