Skip to contents

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

Usage

set_surv_aqua_BH(model, surv, times, places)

Arguments

model

an object from make_MicroMoB

surv

new daily survival probability

times

vector of times to set the new values

places

vector of places to set the new values

Value

no return value