-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
63 lines (62 loc) · 1.66 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
S3method(detect_outliers,incremental)
S3method(detect_outliers,kinetics)
S3method(incremental_normalize,ramp)
S3method(incremental_normalize,step)
S3method(perform_average,bin)
S3method(perform_average,ensemble)
S3method(perform_average,rolling)
S3method(perform_kinetics,heavy)
S3method(perform_kinetics,moderate)
S3method(plot_incremental,ramp)
S3method(plot_incremental,step)
S3method(plot_outliers,incremental)
S3method(plot_outliers,kinetics)
S3method(print,whippr)
S3method(read_data,cardiocoach)
S3method(read_data,cortex)
S3method(read_data,cosmed)
S3method(read_data,custom)
S3method(read_data,geratherm)
S3method(read_data,nspire)
S3method(read_data,parvo)
export("%>%")
export(detect_outliers)
export(get_residuals)
export(incremental_normalize)
export(interpolate)
export(model_diagnostics)
export(normalize_first_breath)
export(normalize_time)
export(normalize_transitions)
export(perform_average)
export(perform_kinetics)
export(perform_max)
export(plot_incremental)
export(plot_outliers)
export(predict_bands)
export(predict_bands_baseline)
export(predict_bands_transition)
export(process_data)
export(read_data)
export(run_manual_cleaner)
export(theme_whippr)
export(vo2_kinetics)
export(vo2_max)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_light)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(stats,approx)
importFrom(stats,coef)
importFrom(stats,deriv)
importFrom(stats,lm)
importFrom(stats,predict.lm)
importFrom(stats,qt)
importFrom(stats,vcov)
importFrom(tibble,tibble)
importFrom(utils,head)
importFrom(utils,tail)