-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
27 lines (26 loc) · 789 Bytes
/
NAMESPACE
File metadata and controls
27 lines (26 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Generated by roxygen2: do not edit by hand
S3method(plot,fitIncidence)
S3method(print,fitIncidence)
export(fitIncidence)
export(getIncidenceFromILI)
export(getPopulationFractions)
export(getVaccineUptakeMultiplierFromAllocation)
export(getVaccineUptakeMultiplierFromCoverage)
export(makeContactMatrix)
export(rescaleIncidence)
import(flumodels)
importFrom(alabama,constrOptim.nl)
importFrom(cdcfluview,get_flu_data)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(flumodels,getInfectionTimeSeries)
importFrom(flumodels,getInfections)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,title)
importFrom(magrittr,"%>%")