merge_xifti {ciftiTools} | R Documentation |
Concatenate "xifti"
s
Description
Concatenate "xifti"
objects along the columns. They must have the same
brainstructures and resolutions. The first "xifti"
's metadata will be
retained, including its intent.
Usage
merge_xifti(..., xifti_list = NULL)
Arguments
... , xifti_list |
Provide as arguments the |
Value
The concatenated "xifti"
See Also
Other manipulating xifti:
add_surf()
,
apply_parc()
,
apply_xifti()
,
combine_xifti()
,
convert_to_dlabel()
,
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()
[Package ciftiTools version 0.15.1 Index]