set_K_aqua_BH {MicroMoB} | R Documentation |
Set carrying capacity for Beverton-Holt aquatic mosquito model
Description
Change the carrying capacity parameter K
for some times
and places. The parameter K
is stored internally as a matrix so that times
and places
are used to modify a submatrix, therefore the new value K
should
either be a scalar value to update the entire submatrix or a matrix of places
rows
and times
columns.
Usage
set_K_aqua_BH(model, K, times, places)
Arguments
model |
an object from make_MicroMoB |
K |
new carrying capacity |
times |
vector of times to set the new values |
places |
vector of places to set the new values |
Value
no return value
[Package MicroMoB version 0.1.2 Index]