Plot colorjam preset
plot_colorjam_preset(
preset = NULL,
h1 = NULL,
h2 = NULL,
direction = 1,
xlim = c(0, 360),
ylim = c(0, 360),
digits = 4,
cex = 1,
col = "#FFFFFF",
pt_pch = 20,
pt_cex = 1,
pt_col = "blue",
pt_step = 5,
colorize_borders = TRUE,
axis_fontfamily = "Arial",
axislabel_fontsize = 24,
axis_fontsize = 18,
style = c("base", "plotly"),
verbose = FALSE,
...
)
logical
indicating whether to display the color
spectrum along the x-axis and y-axis borders.
logical
indicating whether to print verbose output.
additional arguments are ignored.
Plot the h1
,h2
color hue association, by default shown
relative to the h2
(virtual hue) value on the x-axis,
and h1
(actual hue) on the y-axis.
Any duplicated h2
values are indicated with a vertical line.
Other colorjam hue warp:
add_colorjam_preset()
,
add_colorjam_step()
,
adjust_hue_warp()
,
approx_degrees()
,
colorjam_presets()
,
colorjam_steps()
,
display_degrees()
,
h2hwOptions()
,
h2hw()
,
hcl_to_hsl_hue()
,
hsl_to_hcl_hue()
,
hw2h()
,
mean_angle()
,
remap_colorjam_preset()
,
validate_colorjam_preset()