expo_fun {epifitter} | R Documentation |
Function for Exponential model
Description
Base function for the Exponential model. This function is used in the Exponential model simulation function sim_exponential()
Usage
expo_fun(t, y, par)
Arguments
t |
Vector of time |
y |
Vector of disease intensity |
par |
List of parameters |
[Package epifitter version 0.3.0 Index]