map_to_color | R Documentation |
Auxiliary function that maps a numeric vector, the average node filtering function values, to a color vector.
map_to_color(x, limits = NULL)
x |
A vector of numeric values storing the average filtering function values found in the samples placed into a specific node. |
limits |
A two element numeric vector including the range of values. This is optional. |
A vector of the same length of x with colors ranging from blue to red.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.