move_from_submask {ciftiTools} | R Documentation |
Move data locations from subcortex mask
Description
Move subcortex mask locations into the subcortex data matrix by assigning them a specific value (e.g. NA).
Usage
move_from_submask(
xifti,
new_mask,
value = NA,
label_value = "Other",
name = "Other",
RGBA = c(1, 1, 1, 0)
)
Arguments
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: |
Value
The "xifti"
with re-organized data and subcortex masks
See Also
move_to_submask
unmask_cortex