writegii {gifti} | R Documentation |
Write .gii xml from "gifti" object
Description
Writes a "gifti" object to a GIFTI file (ends in *.gii).
Usage
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)
Arguments
gii |
The "gifti" object |
out_file |
Where to write the new GIFTI file |
use_parsed_transformations |
Should the |
[Package gifti version 0.8.0 Index]