-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
37 lines (36 loc) · 1.14 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
# Generated by roxygen2: do not edit by hand
S3method(colour_values_to_hex,Date)
S3method(colour_values_to_hex,POSIXct)
S3method(colour_values_to_hex,POSIXlt)
S3method(colour_values_to_hex,character)
S3method(colour_values_to_hex,default)
S3method(colour_values_to_hex,factor)
S3method(colour_values_to_hex,logical)
S3method(colour_values_to_rgb,Date)
S3method(colour_values_to_rgb,POSIXct)
S3method(colour_values_to_rgb,POSIXlt)
S3method(colour_values_to_rgb,character)
S3method(colour_values_to_rgb,default)
S3method(colour_values_to_rgb,factor)
S3method(colour_values_to_rgb,logical)
S3method(convert_colour,character)
S3method(convert_colour,default)
S3method(convert_colour,matrix)
S3method(convert_colour,numeric)
S3method(palette_check,character)
S3method(palette_check,default)
S3method(palette_check,matrix)
export(color_palettes)
export(color_values)
export(color_values_rgb)
export(colour_palettes)
export(colour_values)
export(colour_values_rgb)
export(convert_color)
export(convert_colors)
export(convert_colour)
export(convert_colours)
export(get_palette)
export(show_colours)
importFrom(Rcpp,sourceCpp)
useDynLib(colourvalues, .registration = TRUE)