"ROY_BIG_BL", the default palette from the Connectome Workbench.
ROY_BIG_BL(min = 0, max = 1, mid = NULL, half = NULL, pos_half = FALSE)
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: 0
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
.
(Optional) The midpoint value for the color mapping. If
NULL
(default), the true midpoint is used.
"positive"
or "negative"
to use the positive half
(black --> red --> yellow) or negative half (black --> blue --> purple -->
green --> aqua) only. NULL
(default) or FALSE
to use entire
palette.
Deprecated. Use half
.
A data.frame with two columns: "color"
(character: color hex
codes) and "value"
(numeric)
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