Description Usage Arguments Value Examples
View source: R/pev_data_hcl_ref.R
An approximation, for now.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | pev_data_hcl_ref(.fpal, hex_ref, n = NULL, method = "cie2000",
include_cvd = TRUE, ...)
## Default S3 method:
pev_data_hcl_ref(.fpal, hex_ref, n = NULL,
method = "cie2000", include_cvd = TRUE, ...)
## S3 method for class 'character'
pev_data_hcl_ref(.fpal, hex_ref, n = NULL,
method = "cie2000", include_cvd = TRUE, ...)
## S3 method for class 'pev_fcont'
pev_data_hcl_ref(.fpal, hex_ref, n = NULL,
method = "cie2000", include_cvd = TRUE, ...)
## S3 method for class 'pev_funbounded'
pev_data_hcl_ref(.fpal, hex_ref, n = NULL,
method = "cie2000", include_cvd = TRUE, ...)
## S3 method for class 'pev_fbounded'
pev_data_hcl_ref(.fpal, hex_ref, n = NULL,
method = "cie2000", include_cvd = TRUE, ...)
|
.fpal |
palette-function. |
hex_ref |
|
n |
|
method |
|
include_cvd |
|
... |
other args (not used) |
data.frame
with variables cvd
, x_nearest
, distance_nearest
,
hex
, hex_ref
, hue
, chroma
, luminance
.
1 | pev_data_hcl_ref("Viridis", "#008F97")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.