-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
39 lines (38 loc) · 904 Bytes
/
NAMESPACE
File metadata and controls
39 lines (38 loc) · 904 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method("+",plotcli)
S3method(cbind,plotcli)
S3method(rbind,plotcli)
export(bresenham)
export(cat_plot_matrix)
export(cbind_plots)
export(format_four_chars)
export(get_data_subset)
export(get_term_colors)
export(ggplotcli)
export(is_braille)
export(make_colored)
export(make_unique_names)
export(normalize_data)
export(pclib)
export(pclibx)
export(pclid)
export(pclih)
export(pclil)
export(pclis)
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(remove_color_codes)
import(ggplot2)
import(R6)
importFrom("stats", "density")
importFrom(crayon, blue, red, green, yellow, magenta, cyan, silver)
importFrom(knitr, opts_chunk)
importFrom(rmarkdown, html_vignette)
importFrom(utils, head, tail, capture.output)