View source: R/flatten_xifti.R
flatten_xifti | R Documentation |
"xifti"
Concatenates the data in a "xifti"
object row-wise to form a single matrix.
flatten_xifti(xifti, medial_wall = NULL, subcort_order = "alphabetical")
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 |
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
.
The flattened "xifti"
, a data matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.