auto_map_random_colors: Randomly Select Colors

View source: R/color.R

auto_map_random_colorsR Documentation

Randomly Select Colors

Description

Randomly Select Colors

Usage

auto_map_random_colors(
  x,
  taken_colors,
  shade_level = 2,
  seed = 100,
  exclude_color_regex = "black|white|ivory|snow|beige|gray|grey"
)

Arguments

x

Vector to map.

taken_colors

(Optional) Colors to exclude from selection because they have already been taken.

shade_level

Shade level from 1 to 4, Default: 2

seed

Default: 100

exclude_color_regex

(Optional) Regex to exclude a subset of colors.

See Also

filter


meerapatelmd/suzyBakeOven documentation built on March 30, 2022, 1:44 p.m.