-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
38 lines (37 loc) · 1010 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
# Generated by roxygen2: do not edit by hand
export(get_colors)
export(make_palette)
export(plot_colors)
export(plot_colors_3d)
importFrom(bmp,read.bmp)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,desc)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(grDevices,rgb2hsv)
importFrom(graphics,image)
importFrom(jpeg,readJPEG)
importFrom(magrittr,"%>%")
importFrom(pixmap,pixmapRGB)
importFrom(plotly,add_trace)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotwidgets,rgb2hsl)
importFrom(png,readPNG)
importFrom(purrr,map2)
importFrom(purrr,map_dfr)
importFrom(rsvg,rsvg)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stringr,str_detect)
importFrom(tibble,as.tibble)
importFrom(tibble,tibble)
importFrom(tiff,readTIFF)
importFrom(treemap,treemap)