compute_emergents.BH {MicroMoB} | R Documentation |
Compute number of newly emerging adults from Beverton-Holt dynamics
Description
This function dispatches on the second class attribute of model$aqua
for stochastic or deterministic behavior.
Usage
## S3 method for class 'BH'
compute_emergents(model)
Arguments
model |
an object from make_MicroMoB |
Value
a vector of length l
giving the number of newly emerging adult in each patch
[Package MicroMoB version 0.1.2 Index]