flatten_xifti {ciftiTools} | R Documentation |
Flatten a "xifti"
Description
Concatenates the data in a "xifti"
object row-wise to form a single matrix.
Usage
flatten_xifti(xifti, medial_wall = NULL, subcort_order = "alphabetical")
Arguments
xifti |
A |
medial_wall |
Should vertices for the medial wall be included with the
cortical data? If |
subcort_order |
"alphabetical" (default) to match the Connectome
Workbench command |
Details
If all brain structures are present, and if
is.null(medial_wall)
and subcort_order=="alphabetical"
(the default arguments), then the result will be identical to the matrix
obtained with the Connectome Workbench command
-cifti-export-dense-mapping
.
Value
The flattened "xifti"
, a data matrix
[Package ciftiTools version 0.16.1 Index]