Writes a "gifti" object to a GIFTI file (ends in *.gii).
writegii(gii, out_file, use_parsed_transformations = FALSE)writeGIfTI(gii, out_file, use_parsed_transformations = FALSE)
write_gifti(gii, out_file, use_parsed_transformations = FALSE)
The "gifti" object
Where to write the new GIFTI file
Should the $parsed_transformations
be written instead of the transformations
? Use if the XML pointers
in transformations
might be invalid. Default: FALSE