mix_color {explore}R Documentation

Mix colors

Description

Mix colors

Usage

mix_color(color1, color2 = NA, n = 5)

Arguments

color1

Color 1

color2

Color 2

n

Number of different colors that should be generated

Value

Vector of color-codes

Examples

mix_color("blue", n = 10)
mix_color("gold", "red", n = 4)

[Package explore version 1.3.0 Index]