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,
  ...
)

Arguments

colorize_borders

logical indicating whether to display the color spectrum along the x-axis and y-axis borders.

verbose

logical indicating whether to print verbose output.

...

additional arguments are ignored.

Details

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.