Plot surface

plot_surface_hl(sfc, step = 0.5)

Arguments

sfc

function created using surface_hl().

step

numeric, step size in hue, luminance

Value

Object with S3 class gg.

Examples

  # multi hue
  sfc_blues_multi <- surface_hl(c(240, 260))
  plot_surface_hl(sfc_blues_multi)