-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
97 lines (96 loc) · 2.08 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
# Generated by roxygen2: do not edit by hand
S3method(coef,lmodel2)
S3method(confint,lmodel2)
S3method(predict,lmodel2)
export(FC_format)
export(FC_name)
export(FC_plain)
export(S_value_label)
export(StatCorr)
export(StatFitAugment)
export(StatFitDeviations)
export(StatFitFitted)
export(StatFitGlance)
export(StatFitResiduals)
export(StatFitTb)
export(StatFitTidy)
export(StatMaEq)
export(StatMaLine)
export(StatMultcomp)
export(StatPeaks)
export(StatPolyEq)
export(StatPolyLine)
export(StatQuantBand)
export(StatQuantEq)
export(StatQuantLine)
export(StatValleys)
export(adj_rr_label)
export(bold_label)
export(check_poly_formula)
export(coefs2poly_eq)
export(f_value_label)
export(find_peaks)
export(italic_label)
export(keep_augment)
export(keep_glance)
export(keep_tidy)
export(mean_value_label)
export(outcome2factor)
export(p_value_label)
export(plain_label)
export(poly2character)
export(r_ci_label)
export(r_label)
export(rr_ci_label)
export(rr_label)
export(scale_color_logFC)
export(scale_color_outcome)
export(scale_colour_logFC)
export(scale_colour_outcome)
export(scale_fill_logFC)
export(scale_fill_outcome)
export(scale_shape_outcome)
export(scale_x_FDR)
export(scale_x_Pvalue)
export(scale_x_logFC)
export(scale_y_FDR)
export(scale_y_Pvalue)
export(scale_y_logFC)
export(sd_value_label)
export(se_value_label)
export(sprintf_dm)
export(stat_correlation)
export(stat_fit_augment)
export(stat_fit_deviations)
export(stat_fit_fitted)
export(stat_fit_glance)
export(stat_fit_residuals)
export(stat_fit_tb)
export(stat_fit_tidy)
export(stat_ma_eq)
export(stat_ma_line)
export(stat_multcomp)
export(stat_peaks)
export(stat_poly_eq)
export(stat_poly_line)
export(stat_quant_band)
export(stat_quant_eq)
export(stat_quant_line)
export(stat_valleys)
export(symmetric_limits)
export(t_value_label)
export(threshold2factor)
export(use_label)
export(value2char)
export(var_value_label)
export(xy_outcomes2factor)
export(xy_thresholds2factor)
export(z_value_label)
import(ggpp)
import(grid)
import(quantreg)
import(scales)
import(stats)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,expansion)
importFrom(rlang,.data)