Skip to content

refactor colormaps in shiny application #19

@cpanse

Description

@cpanse

library(colorspace)

list(colorspace_heat_hcl = heat_hcl(12, c = c(80, 30), l = c(30, 90), power = c(1/5, 2)),

use R version >= 3.6 - grDevices::hcl; grDevices::hcl.colors; grDevices::hcl.pals;

R> par(mfrow = c(2, 2))
R> pie(rep(1, 12), col = rainbow(12), main = "RGB/HSV")
R> pie(rep(1, 12), col = hcl.colors(12, "Set 2"), main = "HCL")

see also

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions