move_to_submask: Move data locations to the subcortex mask

View source: R/move_submask.R

move_to_submaskR Documentation

Move data locations to the subcortex mask

Description

Move subcortex data locations with a specific value(s) to the subcortex mask.

Usage

move_to_submask(xifti, values = c(NA, NaN), drop = FALSE)

Arguments

xifti

A "xifti" object.

values

Values to mask out. Default: NA and NaN. Data locations in the subcortex that are one of these values (across all columns) will be moved to the subcortex mask in the metadata.

drop

Only used if the "xifti" has the dlabel intent. Drop the key(s) in values from the label tables, for columns in which they no longer exist? Default: FALSE.

Value

The "xifti" with re-organized data and subcortex masks

See Also

move_from_submask

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


ciftiTools documentation built on Oct. 4, 2024, 1:12 a.m.