mplot_hsv | R Documentation |
Plot HSV color range
mplot_hsv(
h.steps = seq(0, 1, 0.025),
s.steps = seq(0, 1, 0.05),
v = 1,
alpha = 1,
pch = 16,
bg = "black",
axes = TRUE,
pty = "s",
cex = 2,
mar = c(3, 3, 2, 0.5),
lab.col = NULL,
type = c("radial", "square"),
line.col = "gray50",
show.grid = TRUE,
show.radial.grid = FALSE,
show.grid.labels = 1,
cex.axis = 1,
cex.lab = 1,
par.reset = TRUE
)
h.steps |
Float, vector: Hue values to plot.
Default = |
s.steps |
Float, vector: Saturation values to plot. Default = same as
|
v |
Float: Value. |
alpha |
Float: Alpha. |
pch |
Integer: pch plot parameter. Default = 15 (square) |
bg |
Color: Background color. Default = "black" |
axes |
Logical: for |
pty |
Character: for |
cex |
Float: |
mar |
Float, vector: for |
lab.col |
Color: Color for axes and labels. Defaults to inverse of
|
type |
Character: "square" for square plot, "radial" for radial plot. |
show.grid |
Logical: if TRUE, show grid then type is "radial" |
par.reset |
Logical: If TRUE, reset |
E.D. Gennatas
## Not run:
mplot_hsv()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.