plot_surface_hl: Plot surface

View source: R/surface_hl.R

plot_surface_hlR Documentation

Plot surface

Description

Plot surface

Usage

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)


ijlyttle/colorpath documentation built on Sept. 13, 2022, 7:44 p.m.