-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.4 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
# Generated by roxygen2: do not edit by hand
S3method("[",effectclass)
S3method(c,effectclass)
S3method(format,effectclass)
S3method(is_effectclass,default)
S3method(is_effectclass,effectclass)
S3method(print,effectclass)
S3method(unlist,default)
S3method(unlist,effectclass)
export(StatFan)
export(add_classification)
export(add_fan)
export(change_breaks)
export(change_labels)
export(class_labels)
export(classification)
export(coarse_classification)
export(format_ci)
export(is_effectclass)
export(reference_shape)
export(reference_text)
export(remove_sign)
export(scale_effect)
export(stat_effect)
export(stat_fan)
export(unlist)
importFrom(assertthat,assert_that)
importFrom(assertthat,has_attr)
importFrom(assertthat,has_name)
importFrom(assertthat,is.count)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.number)
importFrom(assertthat,is.string)
importFrom(assertthat,noNA)
importFrom(ggplot2,Stat)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,layer)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(grid,unit)
importFrom(plotly,add_markers)
importFrom(plotly,add_ribbons)
importFrom(plotly,add_text)
importFrom(stats,plogis)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,tail)