move_from_submask | R Documentation |
Move subcortex mask locations into the subcortex data matrix by assigning them a specific value (e.g. NA).
move_from_submask(
xifti,
new_mask,
value = NA,
label_value = "Other",
name = "Other",
RGBA = c(1, 1, 1, 0)
)
xifti |
A |
new_mask |
The new mask, of which the current mask should be a subset.
( |
value |
The value to assign the new locations. Default: |
label_value |
The label value to assign the new locations. Default:
|
name , RGBA |
Only used if the Currently, only one name and set of RGBA values are supported, meaning that
the out-of-mask subcortex locations will have the same Key, name, and color
across all data columns in the Defaults: |
The "xifti"
with re-organized data and subcortex masks
move_to_submask
unmask_cortex
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.