regressoR (version 1.1.8)

gg_color_hue: gg_color_hue

Description

create colors.

Usage

gg_color_hue(n)

Arguments

n

an integer specifying the number of colors to create.

Value

color-coded vector

Examples

Run this code
# NOT RUN {
col <- gg_color_hue(3)
plot(iris$Species, col = col)

# }

Run the code above in your browser using DataLab