Learn R Programming

ciftiTools (version 0.3.1)

combine_xifti: Combine multiple "xifti" objects into one

Description

Combine "xifti" objects with non-overlapping brainstructures into a single "xifti" object. The names and intent of the first will be used (if present).

Usage

combine_xifti(..., xii_list = NULL, meta = c("first", "all"))

Arguments

...

The "xifti" objects

xii_list

Alternatively, a list of "xifti" objects. Will ignore any other arguments from ...

meta

"first" (default) to just use the metadata from the first argument, or "all" to include the other metadata in a list.

Value

A "xifti" object