-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathNAMESPACE
34 lines (33 loc) · 976 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
# Generated by roxygen2: do not edit by hand
export(cvd_grid)
export(edit_colors)
export(edit_grob_colors)
export(gg_color_gradient)
export(gg_color_swatches)
export(palette_OkabeIto)
export(palette_OkabeIto_black)
export(palette_plot)
export(scale_OkabeIto)
export(scale_color_OkabeIto)
export(scale_colour_OkabeIto)
export(scale_fill_OkabeIto)
export(view_cvd)
importFrom(colorspace,desaturate)
importFrom(colorspace,deutan)
importFrom(colorspace,interpolate_cvd_transform)
importFrom(colorspace,protan)
importFrom(colorspace,simulate_cvd)
importFrom(colorspace,tritan)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,last_plot)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)