"xifti"
objectDisplays the data in a "xifti"
object using view_xifti_surface
and/or view_xifti_volume
. Compared to calling these two
functions separately on the same data, this function may be more convenient
since the automatic choice of color mode and limits is determined across
the entire data and shared between the two plots. Also, if writing files
the subcortical plots will not overwrite the cortical plots.
view_xifti(xifti, what = NULL, ...)view_cifti(xifti, ...)
viewCIfTI(xifti, ...)
viewcii(xifti, ...)
A "xifti"
object.
"surface"
, "volume"
, or "both"
. 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
.