rescale_pal: Rescale palette (continuous)

View source: R/pal-rescale.r

rescale_palR Documentation

Rescale palette (continuous)

Description

Just rescales the input to the specific output range. Useful for alpha, size, and continuous position.

Usage

rescale_pal(range = c(0.1, 1))

Arguments

range

Numeric vector of length two, giving range of possible values. Should be between 0 and 1.


scales documentation built on Aug. 20, 2022, 1:05 a.m.