Learn R Programming

ciftiTools (version 0.3.1)

merge_xifti: Concatenate "xifti" objects

Description

Concatenate "xifti" objects along the columns. They must have the same brainstructures. The first "xifti"'s metadata will be retained, including its intent.

Usage

merge_xifti(..., xifti_list = NULL)

Arguments

..., xifti_list

Provide as arguments the "xifti" objects to concatenate, OR the single argument xifti_list which should be a list of "xifti" objects. (If xifti_list is provided all other inputs will be ignored.)

Value

The concatenated "xifti" object.