forked from UofUEpiBio/epiworldR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
193 lines (192 loc) · 5.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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
# Generated by roxygen2: do not edit by hand
S3method("[",epiworld_agents)
S3method(add_tool,epiworld_model)
S3method(add_tool_n,epiworld_model)
S3method(add_virus,epiworld_model)
S3method(add_virus,epiworld_seir)
S3method(add_virus,epiworld_seirconn)
S3method(add_virus,epiworld_seird)
S3method(add_virus,epiworld_seirdconn)
S3method(add_virus,epiworld_sir)
S3method(add_virus,epiworld_sirconn)
S3method(add_virus,epiworld_sird)
S3method(add_virus,epiworld_sirdconn)
S3method(add_virus_n,epiworld_model)
S3method(add_virus_n,epiworld_seir)
S3method(add_virus_n,epiworld_seirconn)
S3method(add_virus_n,epiworld_sir)
S3method(add_virus_n,epiworld_sirconn)
S3method(agents_from_edgelist,epiworld_model)
S3method(agents_smallworld,epiworld_model)
S3method(as.array,epiworld_hist_transition)
S3method(get_hist_tool,epiworld_model)
S3method(get_hist_total,epiworld_model)
S3method(get_hist_transition_matrix,epiworld_model)
S3method(get_hist_virus,epiworld_model)
S3method(get_n_replicates,epiworld_model)
S3method(get_n_tools,epiworld_model)
S3method(get_n_viruses,epiworld_model)
S3method(get_name,epiworld_model)
S3method(get_ndays,epiworld_model)
S3method(get_param,epiworld_model)
S3method(get_reproductive_number,epiworld_model)
S3method(get_states,epiworld_model)
S3method(get_today_total,epiworld_model)
S3method(get_transition_probability,epiworld_model)
S3method(get_transmissions,epiworld_diffnet)
S3method(get_transmissions,epiworld_model)
S3method(plot,epiworld_diffnet)
S3method(plot,epiworld_generation_time)
S3method(plot,epiworld_hist)
S3method(plot,epiworld_hist_transition)
S3method(plot,epiworld_multiple_save)
S3method(plot,epiworld_multiple_save_i)
S3method(plot,epiworld_multiple_save_reproductive_number)
S3method(plot,epiworld_repnum)
S3method(plot,epiworld_seir)
S3method(plot,epiworld_seirconn)
S3method(plot,epiworld_seird)
S3method(plot,epiworld_seirdconn)
S3method(plot,epiworld_sir)
S3method(plot,epiworld_sirconn)
S3method(plot,epiworld_sird)
S3method(plot,epiworld_sirdconn)
S3method(plot,epiworld_sis)
S3method(plot,epiworld_sisd)
S3method(plot,epiworld_surv)
S3method(print,epiworld_agent)
S3method(print,epiworld_agents)
S3method(print,epiworld_agents_tools)
S3method(print,epiworld_agents_viruses)
S3method(print,epiworld_globalaction)
S3method(print,epiworld_model)
S3method(print,epiworld_saver)
S3method(print,epiworld_tool)
S3method(print,epiworld_tool_fun)
S3method(print,epiworld_virus)
S3method(print,epiworld_virus_fun)
S3method(print,epiworld_viruses)
S3method(queuing_off,epiworld_model)
S3method(queuing_on,epiworld_model)
S3method(queuing_on,epiworld_seirconn)
S3method(queuing_on,epiworld_sirconn)
S3method(run,epiworld_model)
S3method(run_multiple,epiworld_model)
S3method(set_name,epiworld_model)
S3method(set_param,epiworld_model)
S3method(size,epiworld_model)
S3method(summary,epiworld_model)
S3method(verbose_off,epiworld_model)
S3method(verbose_on,epiworld_model)
export(ModelDiffNet)
export(ModelSEIR)
export(ModelSEIRCONN)
export(ModelSEIRD)
export(ModelSEIRDCONN)
export(ModelSIR)
export(ModelSIRCONN)
export(ModelSIRD)
export(ModelSIRDCONN)
export(ModelSIRLogit)
export(ModelSIS)
export(ModelSISD)
export(ModelSURV)
export(add_global_action)
export(add_tool)
export(add_tool_agent)
export(add_tool_n)
export(add_virus)
export(add_virus_agent)
export(add_virus_n)
export(agents_from_edgelist)
export(agents_smallworld)
export(change_state)
export(get_agents)
export(get_agents_data_ncols)
export(get_agents_states)
export(get_agents_tools)
export(get_generation_time)
export(get_hist_tool)
export(get_hist_total)
export(get_hist_transition_matrix)
export(get_hist_virus)
export(get_n_replicates)
export(get_n_tools)
export(get_n_viruses)
export(get_name)
export(get_name_tool)
export(get_name_virus)
export(get_ndays)
export(get_network)
export(get_param)
export(get_reproductive_number)
export(get_state)
export(get_states)
export(get_today_total)
export(get_tool)
export(get_transition_probability)
export(get_transmissions)
export(get_virus)
export(globalaction_fun)
export(globalaction_set_params)
export(globalaction_tool)
export(globalaction_tool_logit)
export(has_tool)
export(has_virus)
export(initial_states)
export(make_saver)
export(plot_generation_time)
export(plot_incidence)
export(plot_reproductive_number)
export(queuing_off)
export(queuing_on)
export(rm_tool)
export(rm_virus)
export(run)
export(run_multiple)
export(run_multiple_get_results)
export(set_agents_data)
export(set_death_reduction)
export(set_death_reduction_fun)
export(set_death_reduction_ptr)
export(set_incubation)
export(set_incubation_fun)
export(set_incubation_ptr)
export(set_name)
export(set_name_tool)
export(set_name_virus)
export(set_param)
export(set_prob_death)
export(set_prob_death_fun)
export(set_prob_death_ptr)
export(set_prob_infecting)
export(set_prob_infecting_fun)
export(set_prob_infecting_ptr)
export(set_prob_recovery)
export(set_prob_recovery_fun)
export(set_prob_recovery_ptr)
export(set_recovery_enhancer)
export(set_recovery_enhancer_fun)
export(set_recovery_enhancer_ptr)
export(set_susceptibility_reduction)
export(set_susceptibility_reduction_fun)
export(set_susceptibility_reduction_ptr)
export(set_transmission_reduction)
export(set_transmission_reduction_fun)
export(set_transmission_reduction_ptr)
export(size)
export(tool)
export(tool_fun_logit)
export(verbose_off)
export(verbose_on)
export(virus)
export(virus_fun_logit)
export(virus_set_state)
importFrom(graphics,boxplot)
importFrom(graphics,legend)
importFrom(graphics,plot)
importFrom(stats,aggregate)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,read.table)
useDynLib(epiworldR, .registration = TRUE)