-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.15 KB
/
NAMESPACE
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Generated by roxygen2: do not edit by hand
S3method("[",epiflows)
S3method("set_vars<-",epiflows)
S3method(as.SpatialLinesDataFrame,epiflows)
S3method(estimate_risk_spread,default)
S3method(estimate_risk_spread,epiflows)
S3method(get_coordinates,epiflows)
S3method(get_flows,epiflows)
S3method(get_locations,epiflows)
S3method(get_n,epiflows)
S3method(get_pop_size,epiflows)
S3method(get_vars,epiflows)
S3method(make_epiflows,data.frame)
S3method(make_epiflows,integer)
S3method(make_epiflows,numeric)
S3method(plot,epiflows)
S3method(print,epiflows)
S3method(set_vars,epiflows)
export("set_vars<-")
export(add_coordinates)
export(as.SpatialLinesDataFrame)
export(estimate_risk_spread)
export(get_coordinates)
export(get_flows)
export(get_id)
export(get_locations)
export(get_n)
export(get_pop_size)
export(get_vars)
export(global_vars)
export(grid_epiflows)
export(make_epiflows)
export(map_epiflows)
export(set_vars)
export(vis_epiflows)
importFrom(epicontacts,get_id)
importFrom(epicontacts,make_epicontacts)
importFrom(epicontacts,vis_epicontacts)
importFrom(stats,complete.cases)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(visNetwork,visIgraphLayout)