# 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_sir)
S3method(add_virus,epiworld_sirconn)
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_variant,epiworld_model)
S3method(get_n_replicates,epiworld_model)
S3method(get_n_tools,epiworld_model)
S3method(get_n_variants,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_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_sir)
S3method(plot,epiworld_sirconn)
S3method(plot,epiworld_sis)
S3method(plot,epiworld_surv)
S3method(print,epiworld_agent)
S3method(print,epiworld_agents)
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(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(verbose_off,epiworld_model)
S3method(verbose_on,epiworld_model)
export(ModelDiffNet)
export(ModelSEIR)
export(ModelSEIRCONN)
export(ModelSIR)
export(ModelSIRCONN)
export(ModelSIRLogit)
export(ModelSIS)
export(ModelSURV)
export(add_global_action)
export(add_tool)
export(add_tool_n)
export(add_virus)
export(add_virus_n)
export(agents_from_edgelist)
export(agents_smallworld)
export(get_agents)
export(get_agents_data_ncols)
export(get_generation_time)
export(get_hist_tool)
export(get_hist_total)
export(get_hist_transition_matrix)
export(get_hist_variant)
export(get_n_replicates)
export(get_n_tools)
export(get_n_variants)
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_tool)
export(get_transition_probability)
export(get_transmissions)
export(get_virus)
export(globalaction_set_params)
export(globalaction_tool)
export(globalaction_tool_logit)
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_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)
