-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.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
# Generated by roxygen2: do not edit by hand
export(Pa_to_torr)
export(adj_weight_adult)
export(age_d_to_m)
export(age_d_to_y)
export(age_from_dates)
export(age_m_to_y)
export(alveolar_PAO2_mmHg)
export(blood_vol_Lemmens_indexed)
export(blood_vol_Lemmens_non_obese)
export(blood_vol_Lemmens_sedentary)
export(blood_vol_Nadler)
export(bmi_adult)
export(bmi_adult_ins_lbs)
export(bsa_adult)
export(bsa_boyd)
export(bsa_dubois_dubois)
export(bsa_fujimoto)
export(bsa_gehan_george)
export(bsa_haycock)
export(bsa_mosteller)
export(bsa_schlich)
export(bsa_shuter_aslani)
export(bsa_takahira)
export(creatinine_mgdl_to_uM)
export(deadspace_anatomic)
export(deadspace_anatomic_adult)
export(deadspace_anatomic_child)
export(deadspace_equipment_ml)
export(deadspace_total)
export(egfr)
export(egfr_bedside_schwartz)
export(egfr_ckdepi)
export(egfr_cockcroft_gault)
export(egfr_mdrd)
export(ett_size_by_age)
export(ett_vol_ml)
export(french_to_diameter_mm)
export(henderson_hasselbalch)
export(ideal_weight)
export(ideal_weight_Broca)
export(ideal_weight_Devine)
export(ideal_weight_Lemmens)
export(ideal_weight_Miller)
export(ideal_weight_Robinson)
export(ideal_weight_Traub)
export(ideal_weight_adult)
export(ideal_weight_child)
export(is_adult)
export(pres_atm_frac)
export(pres_atm_kPa)
export(svp_sea_level)
export(temp_c_to_k)
export(valid_age)
export(valid_age_adult)
export(valid_creatinine)
export(valid_height)
export(valid_height_adult)
export(valid_weight)
export(valid_weight_adult)
importFrom(Rcpp,sourceCpp)
useDynLib(physiology, .registration = TRUE)