"xifti"
objectSwitch for view_xifti_surface
or view_xifti_volume
view_xifti(xifti, what = NULL, ...)view_cifti(xifti, what = NULL, ...)
viewCIfTI(xifti, what = NULL, ...)
viewcii(xifti, what = NULL, ...)
Object of class "xifti".
See is.xifti
and make_xifti
.
Either "surface"
or "volume"
. NULL
will infer
based on the contents of the "xifti"
: if there is data, plot the
surface cortex data if present, and the volumetric subcortical data
otherwise. If there is no data, plot the surface geometry if present, and
do nothing otherwise.
Additional arguments to pass to either view function.
The return value of view_xifti_surface
or
view_xifti_volume
.