forked from EpiModel/EpiModel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
159 lines (158 loc) · 3.52 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,dcm)
S3method(as.data.frame,icm)
S3method(as.data.frame,netsim)
S3method(as.network,transmat)
S3method(comp_plot,dcm)
S3method(comp_plot,icm)
S3method(comp_plot,netsim)
S3method(merge,icm)
S3method(merge,netsim)
S3method(plot,dcm)
S3method(plot,icm)
S3method(plot,netdx)
S3method(plot,netsim)
S3method(plot,transmat)
S3method(print,control.dcm)
S3method(print,control.icm)
S3method(print,control.net)
S3method(print,dcm)
S3method(print,disscoef)
S3method(print,icm)
S3method(print,init.dcm)
S3method(print,init.icm)
S3method(print,init.net)
S3method(print,netdx)
S3method(print,netest)
S3method(print,netsim)
S3method(print,param.dcm)
S3method(print,param.icm)
S3method(print,param.net)
S3method(summary,dcm)
S3method(summary,icm)
S3method(summary,netest)
S3method(summary,netsim)
export(as.phylo.transmat)
export(bipvals)
export(births.icm)
export(births.net)
export(brewer_ramp)
export(calc_eql)
export(check_bip_degdist)
export(color_tea)
export(comp_plot)
export(control.dcm)
export(control.icm)
export(control.net)
export(copy_toall_attr)
export(crosscheck.dcm)
export(crosscheck.icm)
export(crosscheck.net)
export(dcm)
export(deaths.icm)
export(deaths.net)
export(deleteAttr)
export(discord_edgelist)
export(dissolution_coefs)
export(edgelist_censor)
export(edgelist_meanage)
export(edges_correct)
export(epiweb)
export(get_attr_prop)
export(get_formula_terms)
export(get_network)
export(get_nwparam)
export(get_nwstats)
export(get_prev.icm)
export(get_prev.net)
export(get_sims)
export(get_transmat)
export(icm)
export(idmode)
export(infection.icm)
export(infection.net)
export(init.dcm)
export(init.icm)
export(init.net)
export(init_pids)
export(init_status.icm)
export(init_status.net)
export(initialize.icm)
export(initialize.net)
export(is.transmat)
export(mcat)
export(mod_SIR_1g_cl)
export(mod_SIR_1g_op)
export(mod_SIR_2g_cl)
export(mod_SIR_2g_op)
export(mod_SIS_1g_cl)
export(mod_SIS_1g_op)
export(mod_SIS_2g_cl)
export(mod_SIS_2g_op)
export(mod_SI_1g_cl)
export(mod_SI_1g_op)
export(mod_SI_2g_cl)
export(mod_SI_2g_op)
export(modeids)
export(netdx)
export(netest)
export(netsim)
export(param.dcm)
export(param.icm)
export(param.net)
export(recovery.icm)
export(recovery.net)
export(resim_nets)
export(saveout.dcm)
export(saveout.icm)
export(saveout.net)
export(sim_nets)
export(split_bip)
export(ssample)
export(test_icm)
export(test_net)
export(transco)
export(update_nwattr)
export(verbose.dcm)
export(verbose.icm)
export(verbose.net)
import(ergm)
import(network)
import(networkDynamic)
import(tergm)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(ape,as.phylo)
importFrom(ape,collapse.singles)
importFrom(deSolve,dede)
importFrom(deSolve,ode)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,boxplot)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,complete.cases)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rgeom)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,simulate)
importFrom(stats,supsmu)
importFrom(stats,terms.formula)
importFrom(stats,update)
importFrom(utils,head)
importFrom(utils,tail)