ciftiTools (version 0.14.0)

use_color_pal: Use a color palette

Description

Applies a palette to a data vector to yield a vector of colors.

Usage

use_color_pal(data_values, pal, color_NA = "white", indices = FALSE)

Value

A character vector of color names (or integers if indices).

Arguments

data_values

The values to map to colors

pal

The palette to use to map values to colors

color_NA

The color to use for NA values. Default: "white".

indices

Return the numeric indices of colors in pal$value rather than the colors themselves. A value of 0 will be used for missing data. Default: FALSE.

See Also

Other coloring: ROY_BIG_BL(), expand_color_pal(), make_color_pal()