gg_color_hue: gg colors hue

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/gg_color_hue.R

Description

Custom color hue

Usage

1

Arguments

n

Number of calolrs

Details

Createn equally spaced hues around the color wheel (ggplot style)

Value

A character vector of n HEX colors

Author(s)

Al J Abadi, aljalabadi@gmail.com

See Also

Other plot: hist_cut_color()

Examples

1
2
3
4
5
library(ggplot2)
N <- nlevels(factor(mtcars$carb))
ggplot(mtcars, aes(wt, disp, col=factor(carb))) +
  geom_point() +
  scale_color_manual(values = gg_color_hue(N))

ajabadi/Alstuff documentation built on Jan. 19, 2022, 1:43 p.m.