fsbrain (version 0.0.2)

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

Description

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

Usage

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

Arguments

mask

a logical vector

invert

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

Value

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

See Also

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