remove_xifti {ciftiTools}R Documentation

Remove a component from a "xifti"

Description

Remove a brain structure, surface, or subcortical structure from a "xifti".

Usage

remove_xifti(xifti, remove = NULL, remove_sub = 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 xifti.

remove_sub

A vector containing subcortical structures to be removed from xifti. Can be specified with names, or with numeric factor values: see substructure_table.

Value

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

See Also

Other manipulating xifti: add_surf(), apply_parc(), apply_xifti(), combine_xifti(), convert_to_dlabel(), merge_xifti(), move_to_mwall(), newdata_xifti(), remap_cifti(), resample_cifti(), resample_cifti_from_template(), scale_xifti(), select_xifti(), set_names_xifti(), smooth_cifti(), transform_xifti()


[Package ciftiTools version 0.14.0 Index]