ciftiTools (version 0.1.6.0)

view_xifti: View a "xifti" object

Description

Switch for view_xifti_surface or view_xifti_volume

Usage

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

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

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

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

Arguments

xifti

Object of class "xifti". See is.xifti and make_xifti.

what

Either "surf" or "volume". If NULL (default), view the surface if cortex data is present in the "xifti" object, and the subcortical volume otherwise.

...

Additional arguments to pass to either view function.

Value

The return value of view_xifti_surface or view_xifti_volume.