Examples for 'e1071::hsv_palette'


Sequential color palette based on HSV colors

Aliases: hsv_palette

Keywords: hplot

### ** Examples

pie(rep(1, 10), col = hsv_palette()(10))
plot of chunk example-e1071-hsv_palette-1
pie(rep(1, 10), col = hsv_palette(h = 0)(10))
plot of chunk example-e1071-hsv_palette-1

[Package e1071 version 1.7-11 Index]