move_from_mwall {ciftiTools} | R Documentation |
Move data locations from medial wall
Description
Move all medial wall locations into the cortical data matrices by assigning them a specific value (e.g. NA).
Usage
move_from_mwall(xifti, value = NA, name = "Medial_Wall", RGBA = c(1, 1, 1, 0))
Arguments
xifti |
A |
value |
The value to assign the medial wall locations. Default: |
name , RGBA |
Only used if the Currently, only one name and set of RGBA values are supported, meaning that
the medial wall locations will have the same Key, name, and color across
all data columns in the Defaults: |
Value
The "xifti"
with re-organized data and medial wall masks
See Also
move_to_mwall
unmask_cortex