Description Usage Arguments Value Examples
Function of combinating the color.
1 2 3 4 5 6 7 8 9 10 11 12 13 | col_analogous(x, results = 6, slices = 30, simplify = FALSE,
na.rm = FALSE)
col_monochromatic(x, results = 6, slices = 30, simplify = FALSE,
na.rm = FALSE)
col_splitcomplement(x, simplify = FALSE, na.rm = FALSE)
col_triad(x, simplify = FALSE, na.rm = FALSE)
col_tetrad(x, simplify = FALSE, na.rm = FALSE)
col_complement(x, simplify = FALSE, na.rm = FALSE)
|
x |
a any type color string or a javascript color object specifying. |
results |
The number of return value. |
slices |
The number of slices. |
simplify |
If FALSE, the default, returns a list of color vectors. |
na.rm |
a logical value indicating whether NA values should be stripped before the computation proceeds. |
Returns the modified color list.
1 2 3 4 5 6 | col_analogous("#f00")
col_monochromatic("blue")
col_splitcomplement("red")
col_triad("red")
col_tetrad("red")
col_complement("#f12")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.