-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
116 lines (115 loc) · 2.34 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Generated by roxygen2: do not edit by hand
export("%>%")
export(A)
export(F)
export(HR)
export(I)
export(Lc)
export(Lmean)
export(Lref)
export(advice)
export(b)
export(chr)
export(chr_A)
export(chr_I)
export(chr_b)
export(chr_m)
export(f)
export(indicator)
export(inverse_indicator)
export(m)
export(plot)
export(r)
export(rb)
export(rb_A)
export(rb_b)
export(rb_m)
export(rb_r)
export(rfb)
export(rfb_A)
export(rfb_b)
export(rfb_f)
export(rfb_m)
export(rfb_r)
export(summary)
export(value)
exportClasses(A)
exportClasses(F)
exportClasses(HR)
exportClasses(I)
exportClasses(Lc)
exportClasses(Lmean)
exportClasses(Lref)
exportClasses(b)
exportClasses(chr)
exportClasses(f)
exportClasses(m)
exportClasses(r)
exportClasses(rb)
exportClasses(rfb)
exportMethods(F)
exportMethods(HR)
exportMethods(I)
exportMethods(advice)
exportMethods(b)
exportMethods(chr)
exportMethods(chr_A)
exportMethods(chr_I)
exportMethods(chr_b)
exportMethods(chr_m)
exportMethods(f)
exportMethods(indicator)
exportMethods(m)
exportMethods(plot)
exportMethods(r)
exportMethods(rb)
exportMethods(rb_A)
exportMethods(rb_b)
exportMethods(rb_m)
exportMethods(rb_r)
exportMethods(rfb)
exportMethods(rfb_A)
exportMethods(rfb_b)
exportMethods(rfb_f)
exportMethods(rfb_m)
exportMethods(rfb_r)
exportMethods(summary)
exportMethods(value)
import(dplyr)
import(ggplot2)
import(tidyr)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,unit)
importFrom(icesAdvice,icesRound)
importFrom(magrittr,"%>%")
importFrom(methods,callNextMethod)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,validObject)
importFrom(patchwork,plot_layout)
importFrom(scales,parse_format)
importFrom(stats,weighted.mean)
importFrom(tidyr,pivot_longer)
importFrom(utils,capture.output)
importFrom(utils,tail)