ROY_BIG_BL | R Documentation |
"ROY_BIG_BL", the default palette from the Connectome Workbench.
ROY_BIG_BL(min = 0, max = 1, mid = NULL, half = NULL, pos_half = FALSE)
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 |
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
A data.frame with two columns: "color"
(character: color hex
codes) and "value"
(numeric)
Other coloring:
expand_color_pal()
,
make_color_pal()
,
use_color_pal()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.