Skip to contents

Internal helper used by the simulation functions to solve the monomolecular epidemic model with `deSolve::ode()`.

Usage

mono_fun(t, y, par)

Arguments

t

Time.

y

State variable.

par

Model parameters.

Value

A list containing the rate of change.