Description Usage Arguments Value Examples
TODO: some notes here on is_rgb_limit
being applied to
non-cvd case.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | pev_data_hcl(hex, ...)
## Default S3 method:
pev_data_hcl(hex, ...)
## S3 method for class 'character'
pev_data_hcl(hex, n = NULL, include_cvd = TRUE,
...)
## S3 method for class 'pev_fcont'
pev_data_hcl(hex, n = NULL, include_cvd = TRUE,
...)
## S3 method for class 'pev_fdisc'
pev_data_hcl(hex, n = NULL, include_cvd = TRUE,
...)
|
hex |
|
... |
other args (not used) |
n |
|
include_cvd |
|
data.frame
with variables cvd
, x
, hex
,
hue
, chroma
, luminance
, is_rgb_limit
1 2 | pev_data_hcl("Viridis")
pev_data_hcl(grDevices::heat.colors(10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.