find_peak_times: Find peak times

Description Usage Arguments Value

View source: R/model.R

Description

Given a table of parameters as returned by setupParTable, finds the time of peak ZIKV incidence for each state

Usage

1
find_peak_times(parTab, ts = seq(0, 3003, by = 1), solver = "rlsoda")

Arguments

parTab

table of parameters with names, values and corresponding state

ts

vector of time in days in solve model over

solver

which ODE solver to use

Value

a vector of peak times for each state in the parameter table


jameshay218/zikaProj documentation built on Jan. 9, 2020, 7:26 p.m.