writegii: Write .gii xml from "gifti" object

Description Usage Arguments

View source: R/write_gifti.R

Description

Writes a "gifti" object to a GIFTI file (ends in *.gii).

Usage

1
2
3
4
5
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 $parsed_transformations be written instead of the transformations? Use if the XML pointers in transformations might be invalid. Default: FALSE


gifti documentation built on Nov. 12, 2020, 1:07 a.m.