prTpGetColors: Gets a set of colors or just one color

View source: R/transitionPlot_helpers.R

prTpGetColorsR Documentation

Gets a set of colors or just one color

Description

Used in order to illustrate the mix between two proportions in the transitionPlot.

Usage

prTpGetColors(colors, proportion, space = NULL, no = 101)

Arguments

colors

A set of min. two colors that is used for colorRampPalette.

proportion

A proportion or a set of proportions between 0 and 1. If you leave this out then the full color span will be returned.

space

If there is little or no difference at the low/high proportions of the spectrum then it can be of interest to focus the color change to the center leaving the tails constant

no

The color resolution to use

Value

character The function can return both single colors or multiple colors as character vector (see rgb)


gforge/Gmisc documentation built on Aug. 30, 2023, 7:38 a.m.