ciftiTools (version 0.1.6.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)

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.

Value

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