-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
60 lines (59 loc) · 1.29 KB
/
NAMESPACE
File metadata and controls
60 lines (59 loc) · 1.29 KB
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
55
56
57
58
59
60
# Generated by roxygen2: do not edit by hand
S3method("+",plotcli)
S3method(cbind,plotcli)
S3method(rbind,plotcli)
export(AsciiCanvas)
export(BlockCanvas)
export(BrailleCanvas)
export(Canvas)
export(braille_dot_bit)
export(braille_set_dot)
export(bresenham)
export(cat_plot_matrix)
export(cbind_plots)
export(color_to_term)
export(create_canvas)
export(create_scales)
export(format_four_chars)
export(get_data_subset)
export(get_geom_handler)
export(get_term_colors)
export(ggplotcli)
export(init_color_mapping)
export(is_braille)
export(is_geom_registered)
export(list_registered_geoms)
export(make_colored)
export(make_unique_names)
export(normalize_data)
export(pclib)
export(pclibx)
export(pclid)
export(pclih)
export(pclil)
export(pclis)
export(pixel_to_braille)
export(plotcli)
export(plotcli_bar)
export(plotcli_box)
export(plotcli_density)
export(plotcli_histogram)
export(plotcli_line)
export(plotcli_options)
export(plotcli_scatter)
export(rbind_plots)
export(register_geom)
export(remove_color_codes)
import(R6)
import(ggplot2)
importFrom(crayon,black)
importFrom(crayon,blue)
importFrom(crayon,cyan)
importFrom(crayon,green)
importFrom(crayon,magenta)
importFrom(crayon,red)
importFrom(crayon,silver)
importFrom(crayon,white)
importFrom(crayon,yellow)
importFrom(grDevices,col2rgb)
importFrom(stats,density)