Description Usage Arguments Value Examples
Create a plot like Tableau made here.
1 2 3 4 5 6 7 | pev_gg_hcl_bloom(data_hcl, data_hcl_ref = NULL, label = FALSE,
max_chroma = NULL)
pev_gg_hcl_bloom_target(data_hcl, data_hcl_ref = NULL, label = FALSE,
max_chroma = NULL)
pev_gg_hcl_bloom_lum(data_hcl, data_hcl_ref = NULL, label = FALSE)
|
data_hcl |
|
data_hcl_ref |
|
label |
|
max_chroma |
|
Object with S3 class gg
(ggplot).
1 2 3 4 5 6 | # without color-vision deficiency, with labels
data_no_cvd <- pev_data_hcl("Viridis", include_cvd = FALSE)
pev_gg_hcl_bloom(data_no_cvd, label = TRUE)
# without color-vision deficiency, without labels
pev_data_hcl("Viridis") %>% pev_gg_hcl_bloom()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.