Description Usage Arguments Value See Also
Write the data for the left or right surface to a surface GIFTI file.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | write_surf_gifti(
x,
gifti_fname,
hemisphere = c("left", "right"),
encoding = NULL,
endian = c("LittleEndian", "BigEndian")
)
write_surf(
x,
gifti_fname,
hemisphere = c("left", "right"),
encoding = NULL,
endian = c("LittleEndian", "BigEndian")
)
|
x |
A |
gifti_fname |
Where to write the GIFTI file. |
hemisphere |
"left" (default) or "right". Ignored if |
encoding |
A length-2 vector with elements chosen among "ASCII",
"Base64Binary", and "GZipBase64Binary". If |
endian |
"LittleEndian" (default) or "BigEndian". |
Whether the GIFTI was successfully written
Other functions for writing CIFTI or GIFTI data:
separate_cifti()
,
write_cifti()
,
write_metric_gifti()
,
write_subcort_nifti()
Other functions for working with GIFTI surface geometry data:
is.surf()
,
read_surf()
,
resample_surf()
,
rotate_surf()
,
view_surf()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.