df_hcl | R Documentation |
Create HCL data-frame using HL surface
df_hcl(df_cl, sfc)
df_cl |
|
sfc |
|
tibble
with columns h
, c
, l
sfc_blues_multi <- surface_hl(c(240, 260)) df_cl <- data.frame(l = c(20, 50, 80), c = c(0, 150, 0)) df_hcl(df_cl, sfc_blues_multi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.