-
Notifications
You must be signed in to change notification settings - Fork 17
/
NAMESPACE
76 lines (75 loc) · 1.99 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Generated by roxygen2: do not edit by hand
export(.P)
export(c4a)
export(c4a_citation)
export(c4a_data)
export(c4a_data_as_is)
export(c4a_duplicate)
export(c4a_gui)
export(c4a_info)
export(c4a_load)
export(c4a_modify)
export(c4a_na)
export(c4a_options)
export(c4a_overview)
export(c4a_palettes)
export(c4a_plot)
export(c4a_plot_cvd)
export(c4a_plot_hex)
export(c4a_ramp)
export(c4a_scores)
export(c4a_series)
export(c4a_sysdata_export)
export(c4a_sysdata_import)
export(c4a_sysdata_remove)
export(c4a_table)
export(c4a_types)
export(scale_color_binned_c4a_div)
export(scale_color_binned_c4a_seq)
export(scale_color_continuous_c4a_div)
export(scale_color_continuous_c4a_seq)
export(scale_color_discrete_c4a_cat)
export(scale_color_discrete_c4a_div)
export(scale_color_discrete_c4a_seq)
export(scale_colour_binned_c4a_div)
export(scale_colour_binned_c4a_seq)
export(scale_colour_continuous_c4a_div)
export(scale_colour_continuous_c4a_seq)
export(scale_colour_discrete_c4a_cat)
export(scale_colour_discrete_c4a_div)
export(scale_colour_discrete_c4a_seq)
export(scale_fill_binned_c4a_div)
export(scale_fill_binned_c4a_seq)
export(scale_fill_continuous_c4a_div)
export(scale_fill_continuous_c4a_seq)
export(scale_fill_discrete_c4a_cat)
export(scale_fill_discrete_c4a_div)
export(scale_fill_discrete_c4a_seq)
import(abind)
import(colorspace)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,colors)
importFrom(grDevices,contourLines)
importFrom(grDevices,dev.size)
importFrom(grDevices,gray.colors)
importFrom(grDevices,grey)
importFrom(grDevices,hcl)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(methods,as)
importFrom(png,readPNG)
importFrom(spacesXYZ,DeltaE)
importFrom(stats,dbeta)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,tail)