-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
30 lines (29 loc) · 872 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
# Generated by roxygen2: do not edit by hand
S3method(ggplot_add,ggfocus_alpha)
S3method(ggplot_add,ggfocus_color)
S3method(ggplot_add,ggfocus_fill)
S3method(ggplot_add,ggfocus_linetype)
S3method(ggplot_add,ggfocus_shape)
S3method(ggplot_add,ggfocus_size)
export("%>%")
export()
export(ggfocus)
export(scale_alpha_focus)
export(scale_color_focus)
export(scale_colour_focus)
export(scale_fill_focus)
export(scale_linetype_focus)
export(scale_shape_focus)
export(scale_size_focus)
importFrom(dplyr,mutate)
importFrom(dplyr,select_)
importFrom(ggplot2,aes)
importFrom(ggplot2,ggplot_add)
importFrom(ggplot2,scale_alpha_manual)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_size_manual)
importFrom(magrittr,"%>%")
importFrom(rlang,enquo)