ROY_BIG_BL {ciftiTools} | R Documentation |
"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, half = 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\
the minimum and maximum. Default: |
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: |
mid |
(Optional) The midpoint value for the color mapping. If
|
half |
|
pos_half |
Deprecated. Use |
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: https://github.com/Washington-University/workbench/blob/master/src/Files/PaletteFile.cxx
Value
A data.frame with two columns: "color"
(character: color hex
codes) and "value"
(numeric)
See Also
Other coloring:
expand_color_pal()
,
make_color_pal()
,
use_color_pal()