Examples for 'scales::hue_pal'


Hue palette (discrete)

Aliases: hue_pal

Keywords:

### ** Examples

show_col(hue_pal()(4))
plot of chunk example-scales-hue_pal-1
show_col(hue_pal()(9))
plot of chunk example-scales-hue_pal-1
show_col(hue_pal(l = 90)(9))
plot of chunk example-scales-hue_pal-1
show_col(hue_pal(l = 30)(9))
plot of chunk example-scales-hue_pal-1
show_col(hue_pal()(9))
plot of chunk example-scales-hue_pal-1
show_col(hue_pal(direction = -1)(9))
plot of chunk example-scales-hue_pal-1
show_col(hue_pal(h.start = 30)(9))
plot of chunk example-scales-hue_pal-1
show_col(hue_pal(h.start = 90)(9))
plot of chunk example-scales-hue_pal-1
show_col(hue_pal()(9))
plot of chunk example-scales-hue_pal-1
show_col(hue_pal(h = c(0, 90))(9))
plot of chunk example-scales-hue_pal-1
show_col(hue_pal(h = c(90, 180))(9))
plot of chunk example-scales-hue_pal-1
show_col(hue_pal(h = c(180, 270))(9))
plot of chunk example-scales-hue_pal-1
show_col(hue_pal(h = c(270, 360))(9))
plot of chunk example-scales-hue_pal-1

[Package scales version 1.2.0 Index]