View source: R/gifti_xml_tools.R
xml_node_gifti_coordtransform | R Documentation |
Create XML GIFTI CoordinateSystemTransformMatrix node.
xml_node_gifti_coordtransform(
transform_matrix,
data_space = "NIFTI_XFORM_UNKNOWN",
transformed_space = "NIFTI_XFORM_UNKNOWN",
as_cdata = TRUE
)
transform_matrix |
numerical 4x4 matrix, the transformation matrix from 'data_space' to 'transformed_space'. |
data_space |
character string, the space used by the data before transformation. |
transformed_space |
character string, the space reached after application of the transformation matrix. |
as_cdata |
logical, whether to wrap text attributes ('data_space' and 'transformed_space') in cdata tags. |
XML node from xml2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.