-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
40 lines (39 loc) · 898 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method("+",bbplot)
S3method("<=",bb_theme)
S3method(bbplot_add,bb_grid)
S3method(bbplot_add,bb_labs)
S3method(bbplot_add,bb_layer)
S3method(bbplot_add,bb_theme)
S3method(print,bbplot)
S3method(print,bbplot_layer_list)
export("%>%")
export(as.bbplot)
export(bb_aes)
export(bb_grid)
export(bb_labs)
export(bb_lm)
export(bb_point)
export(bb_sub)
export(bb_text)
export(bb_theme)
export(bb_theme_deepblue)
export(bb_theme_expand)
export(bb_theme_grey)
export(bb_title)
export(bb_xlab)
export(bb_ylab)
export(bbplot)
export(bbplot_add)
importFrom(graphics,grid)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(rlang,enquos)
importFrom(rlang,quo_name)
importFrom(utils,modifyList)