prTpGetColors {Gmisc} | R 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 |
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
)
[Package Gmisc version 3.0.3 Index]