Learn R Programming

glow (version 0.13.0)

light_cool_colors: light_cool_colors

Description

A light color palette.

Usage

light_cool_colors(...)

Value

A light color palette function

Arguments

...

Arguments passed to the function returned by `colorRampPalette`

Details

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"))(...)`.

Examples

Run this code
light_colors <- light_cool_colors(144)
plot(1:144, 1:144, col = light_colors, pch = 19)

Run the code above in your browser using DataLab