Create XML GIFTI CoordinateSystemTransformMatrix node.
xml_node_gifti_coordtransform(
transform_matrix,
data_space = "NIFTI_XFORM_UNKNOWN",
transformed_space = "NIFTI_XFORM_UNKNOWN",
as_cdata = TRUE
)
XML node from xml2
numerical 4x4 matrix, the transformation matrix from 'data_space' to 'transformed_space'.
character string, the space used by the data before transformation.
character string, the space reached after application of the transformation matrix.
logical, whether to wrap text attributes ('data_space' and 'transformed_space') in cdata tags.