Learn R Programming

colormap (version 0.1.4)

colormap_pal: Create a Palette generating function

Description

Create a Palette generating function

Usage

colormap_pal(alpha = 1, colormap = colormaps$viridis, reverse = FALSE)

Arguments

alpha
pass through parameter to colormap
colormap
pass through parameter to colormap
reverse
pass through parameter to colormap

Value

A function that can generate colors from a specified colormap.

Examples

Run this code
scales::show_col(colormap_pal()(10))
scales::show_col(colormap_pal(colormap=colormaps$viridis)(100), labels=FALSE)

Run the code above in your browser using DataLab