View source: R/aquatic_BH_API.R
| set_K_aqua_BH | R Documentation |
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.
set_K_aqua_BH(model, K, times, places)
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 |
no return value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.