ciftiTools (version 0.1.6.0)

ROY_BIG_BL: "ROY_BIG_BL" color palette

Description

"ROY_BIG_BL", the default palette from the Connectome Workbench.

Usage

ROY_BIG_BL(min = 0, max = 1, mid = NULL, pos_half = FALSE)

Arguments

min

The minimum value for the color mapping. As in the original palette, the last color (aqua) is actually placed at the bottom .5% between the minimum and maximum. Default: 0

max

The maximum value for the color mapping. If this value is lower than the minimum, the color mapping will be reversed. If this is equal to the minimum, a palette with only the color black will be returned. Default: 1.

mid

(Optional) The midpoint value for the color mapping. If NULL (default), the true midpoint is used.

pos_half

Use the positive half (black --> red --> yellow) only? Default: FALSE.

Value

A data.frame with two columns: "color" (character: color hex codes) and "value" (numeric)

Details

Yields the landmark color hex codes and values for the "ROY_BIG_BL" palette. This is the same color palette as the default Connectome Workbench palette. Source: github.com/Washington-University/workbench/blob/master/src/Files/PaletteFile.cxx