View source: R/parse_brain_model.R
parse_brain_model | R Documentation |
Extracts information about BrainModels from CIFTI file
parse_brain_model(nodeset)
get_brain_model(fname, verbose = TRUE)
nodeset |
Set of XML nodes corresponding to |
fname |
filename of CIFTI file |
verbose |
print diagnostic messages |
List of values
## Not run:
doc = cifti_xml(fname)
nodes = xml_find_all(doc, "/CIFTI/Matrix/MatrixIndicesMap")
nodeset = xml_find_all(nodes, "./BrainModel")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.