View source: R/read_cifti_header.R
| cifti.parse.child.voxel.indices | R Documentation |
Parse the optionally present VoxelIndicesIJK child element as a matrix.
cifti.parse.child.voxel.indices(node, filepath = "")
node |
an xml2 node, the parent element. |
filepath |
character string, the path of the file the XML was read from. Only used in error messages. |
an n x 3 integer matrix of 0-based voxel indices, or NULL if the
child element is missing or empty.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.