hsv {base} | R Documentation |
hsv(h=1, s=1, v=1, gamma=1)
h , s , v |
numeric vectors of values in the range
|
gamma |
a “gamma correction”, see ... |
This function creates a vector of “colors” corresponding to
the given values in HSV space. The values returned by hsv
can be used with a col=
specification in graphics functions or in
par
.
rainbow
, rgb
, gray
.
hsv(.5,.5,.5)