View source: R/read_cifti_header.R
| cifti.parse.series | R Documentation |
Parse the series attributes of a MatrixIndicesMap element.
cifti.parse.series(node, filepath = "")
node |
an xml2 node, the |
filepath |
character string, the path of the file the XML was read from. Only used in error messages. |
a named list with the entries 'number_of_series_points', 'start',
'step', 'exponent' and 'unit', or NULL if the element has no series
attributes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.