-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
76 lines (64 loc) · 1.05 KB
/
NAMESPACE
File metadata and controls
76 lines (64 loc) · 1.05 KB
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
import("methods")
import("ggplot2")
import("FLCore")
import("data.table")
import("patchwork")
importFrom("grDevices",
"colorRampPalette",
"dev.off",
"png")
importFrom("stats",
"as.formula",
"cor",
"na.omit",
"setNames",
"reshape")
importFrom("utils",
"data")
importFrom("rlang",
".data",
"as_name",
"quo_name")
importFrom("grid",
"grid.draw")
importFrom("cowplot",
"ggdraw",
"draw_grob")
importFrom("ggrepel",
"geom_label_repel",
"geom_text_repel",
"GeomLabelRepel")
importFrom("gridExtra",
"arrangeGrob",
"grid.arrange")
importFrom("scales",
"comma")
exportMethods(
"%+%",
"ggplot",
"cohcorrplot",
"plot")
export(
"eqlabel",
"flpalette",
"flpalette_colours",
"flpalette_grads",
"geom_flpar",
"geom_flquantiles",
"geom_worm",
"human_numbers",
"integer_breaks",
"label_flqs",
"modlabel",
"phasePlot",
"plotKobe",
"plotLengths",
"plotListFLQuants",
"plotRunstest",
"plotXval",
"pubpng",
"scale_colour_flr",
"scale_fill_flr",
"stat_flquantiles",
"total")
S3method("-", gg)