Plot HSV color range
mplot.hsv(h.steps = seq(0, 1, 0.0125), s.steps = h.steps, v = 1,
alpha = 1, pch = 15, bg = "black", axes = TRUE, pty = "s",
cex = 1, mar = c(3, 3, 2, 0.5), lab.col = NULL, type = c("polar",
"cartesian"))
Float, vector: Hue values to plot. Default = seq(0, 1, .0125)
Float, vector: Saturation values to plot. Default = same as h.steps
Float: Value. Default = 1
Float: Alpha. Default = 1
Integer: pch plot parameter. Default = 15 (square)
Colot: Background color. Default = "black"
Logical: for type = "cartesian"
: If TRUE, draw axes. Default = TRUE
String: for type = "cartesian"
: "s", "r", par's pty argument. Default = "s" (square plot)
Float: par/plot
's cex argument. Default = 1
Float, vector: for type = "cartesian"
: par
's mar argument. Default = c(3, 3, 2, .5)
Color: Color for axes and labels. Defaults to inverse of bg
, i.e. white if bg is black
String: "cartesian" for square plot, "polar" for radial plot. Default = "polar"