View source: R/vis_surface_background.R
common.makecmap.range | R Documentation |
Applies a requested 'range' setting if present in makecmap_options. A shared colormap is used for the data of both hemispheres (if present).
common.makecmap.range(
makecmap_options,
lh_data = NULL,
rh_data = NULL,
return_metadata = FALSE
)
makecmap_options |
named list of parameters to pass to |
lh_data |
numeric vector, data for left hemisphere. |
rh_data |
numeric vector, data for right hemisphere. |
return_metadata |
logical, whether to return additional metadata as entry 'metadata' in the returned list |
named list, with entries 'map': named list, the squash cmap, and 'collayer': hemilist of color vectors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.