fsbrain (version 0.5.5)

labeldata.from.mask: Create labeldata from a mask.

Description

Create labeldata from a mask. This function is trivial and only calls which after performing basic sanity checks.

Usage

labeldata.from.mask(mask, invert = FALSE)

Value

labeldata. The list of indices which are TRUE in the mask (or the ones which FALSE if 'invert' is TRUE).

Arguments

mask

a logical vector

invert

Whether to report the inverse the mask before determining the indices. Defaults to FALSE.

See Also

Other label data functions: group.label(), mask.from.labeldata.for.hemi(), subject.label()