is.3D_mask | R Documentation |
Check if object is a 3D binary mask.
is.3D_mask(x)
x |
The putative subcortical mask. |
This is a helper function for is.xifti
.
Requirements: the mask must be a boolean 3D array. TRUE
should
indicate voxels included in the mask, whereas FALSE
should indicate voxels outside of it.
Logical. Is x
a valid subcortical mask?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.