view_xifti {ciftiTools}R Documentation

View a "xifti" object

Description

Displays 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.

Usage

view_xifti(xifti, what = NULL, ...)

view_cifti(xifti, ...)

viewCIfTI(xifti, ...)

viewcii(xifti, ...)

Arguments

xifti

A "xifti" object.

what

"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.

Value

The return value of view_xifti_surface or view_xifti_volume.

See Also

Other common: is.cifti(), read_cifti(), resample_cifti(), smooth_cifti(), write_cifti()

Other visualizing: view_comp(), view_surf(), view_xifti_surface(), view_xifti_volume()


[Package ciftiTools version 0.14.0 Index]