Learn R Programming

ciftiTools (version 0.6.1)

remove_xifti: Remove a component from a "xifti"

Description

Remove a brain structure or surface from a "xifti"

Usage

remove_xifti(xifti, remove = NULL)

Arguments

xifti

A "xifti" object.

remove

A character vector containing one or more of the following: "cortex_left", "cortex_right", "subcortical", "surf_left", and "surf_right". Each of these components will be removed from the "xifti"

Value

The new "xifti" with the requested component(s) removed

See Also

Other functions for manipulating `xifti` objects: add_surf(), apply_xifti(), combine_xifti(), convert_to_dlabel(), merge_xifti(), newdata_xifti(), select_xifti(), transform_xifti()