modelFun {genSEIR} | R Documentation |
Model function
Description
Model function
Usage
modelFun(Y, A, K)
Arguments
Y |
time vector |
A |
the matrix A that is found in: dY/dt = A*Y + F |
K |
the zero matrix for the seven states |
Value
No return value, called for side effects
[Package genSEIR version 0.1.1 Index]