generate_distinct_colours: Generate Distinct Colours via the hsv function

Description Usage Arguments Value See Also Examples

View source: R/generate_distinct_colours.R

Description

Creates a vector of (not necessarily) unique colours - that are not to dark and not too light.

Usage

1

Arguments

n

The number of hex codes to generate

Value

A vector of hex codes of length, n

See Also

hsv

Examples

1
2
3
## Not Run:
generate_distinct_colours(3)
# "#757B48" "#2117C3" "#871C0D"

angeloari/foolsgold documentation built on May 30, 2019, 8:28 a.m.