parse_volume {cifti} | R Documentation |
Extracts information about Volumes from CIFTI file
parse_volume(nodeset)
get_volume(fname)
nodeset |
Set of XML nodes corresponding to |
fname |
filename of CIFTI file |
List of values
## Not run:
doc = cifti_xml(fname)
nodes = xml_find_all(doc, "/CIFTI/Matrix/MatrixIndicesMap")
nodeset = xml_find_all(nodes, "./Volume")
parse_volume(nodeset)
## End(Not run)