View source: R/glow_pkg_functions.R
| light_cool_colors | R Documentation | 
A light color palette.
light_cool_colors(...)
| ... | Arguments passed to the function returned by 'colorRampPalette' | 
A simple light color palette gradient from dark blue to light blue intended for a heatmap with a white or light color background.
Equivalent to 'colorRampPalette(c("#1133AA", "#CCFFFF"))(...)'.
A light color palette function
light_colors <- light_cool_colors(144)
plot(1:144, 1:144, col = light_colors, pch = 19)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.