col_analogous: Combinate the color

Description Usage Arguments Value Examples

Description

Function of combinating the color.

Usage

 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)

Arguments

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.

Value

Returns the modified color list.

Examples

1
2
3
4
5
6

houyunhuang/tinycolor documentation built on June 6, 2019, 7:43 p.m.