light_heat_colors: light_heat_colors

View source: R/glow_functions.r

light_heat_colorsR Documentation

light_heat_colors

Description

A light color palette.

Usage

light_heat_colors(...)

Arguments

...

Arguments passed to the function returned by 'colorRampPalette'

Details

A simple light color palette gradient from red to orange to gold to yellow intended for a heatmap with a white or light color background.

Equivalent to 'colorRampPalette(c("red", "darkorange2", "darkgoldenrod1", "gold1", "yellow2"))(...)'.

Value

A light color palette function

Examples

light_colors <- light_heat_colors(144)
plot(1:144, 1:144, col = light_colors, pch = 19)

glow documentation built on April 6, 2023, 1:08 a.m.

Related to light_heat_colors in glow...