SIRfunc: These are the differential equations for a Susceptibe,...

Description Usage Arguments Value

View source: R/SIRfunc.R

Description

These are the differential equations for a Susceptibe, Infected, Recovered (SIR) determinstic model, input to the lsoda() method in the deSolve library

Usage

1
SIRfunc(t, x, vparameters)

Arguments

t

The time

x

The current value of the model compartments

vparameters

List of the parameters of the model

Value

The current value of the derivatives of the model


smtowers/ANDI documentation built on May 6, 2019, 7:04 p.m.