fsbrain (version 0.0.2)

combine.coloredmeshes.data: Combine the data from the coloredmeshes, if any.

Description

Combine the data from the coloredmeshes, if any.

Usage

combine.coloredmeshes.data(coloredmeshes)

Arguments

coloredmeshes

list of coloredmeshes

Value

list with entries "full_data": a vector of the combined data, can be NULL if none of the meshes have a valid "morph_data" attribute. "found_morph_data_in_any": logical, whether valid data was found in any of the meshes. "found_morph_data_in_all": logical, whether valid data was found in all of the meshes (FALSE if list of meshes is empty).