"xifti"
object.Write out a "xifti"
object as a CIFTI file and (optionally) GIFTI
surface files.
write_cifti(
xifti,
cifti_fname,
surfL_fname = NULL,
surfR_fname = NULL,
verbose = TRUE
)writeCIfTI(
xifti,
cifti_fname,
surfL_fname = NULL,
surfR_fname = NULL,
verbose = TRUE
)
writecii(
xifti,
cifti_fname,
surfL_fname = NULL,
surfR_fname = NULL,
verbose = TRUE
)
write_xifti(
xifti,
cifti_fname,
surfL_fname = NULL,
surfR_fname = NULL,
verbose = TRUE
)
Object of class "xifti".
See is.xifti
and make_xifti
.
File path of CIFTI-format data (ending in ".d*.nii").
If the [left/right] surface is present, it
will be a written to a GIFTI file at this file path. If NULL
(default), do not write out the surface.
Should occasional updates be printed? Default: TRUE
.
Named character vector of the written files
This function uses a system wrapper for the 'wb_command' executable. The user must first download and install the Connectome Workbench, available from https://www.humanconnectome.org/software/get-connectome-workbench .