-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
37 lines (36 loc) · 890 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,GeoTox)
S3method(print,GeoTox)
export(GeoTox)
export(calc_concentration_response)
export(calc_independent_action)
export(calc_internal_dose)
export(calc_invitro_concentration)
export(calculate_response)
export(compute_sensitivity)
export(fit_hill)
export(get_fixed_age)
export(get_fixed_css)
export(get_fixed_obesity)
export(get_fixed_other)
export(get_fixed_params)
export(hill_conc)
export(hill_val)
export(plot_exposure)
export(plot_hill)
export(plot_resp)
export(plot_sensitivity)
export(resp_quantiles)
export(sample_Css)
export(sensitivity_analysis)
export(set_boundaries)
export(set_hill_params)
export(set_population)
export(simulate_age)
export(simulate_exposure)
export(simulate_inhalation_rate)
export(simulate_obesity)
export(simulate_population)
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(sf,st_as_sf)