Create labeldata from a mask. This function is trivial and only calls which
after performing basic sanity checks.
labeldata.from.mask(mask, invert = FALSE)
a logical vector
Whether to report the inverse the mask before determining the indices. Defaults to FALSE.
labeldata. The list of indices which are TRUE in the mask (or the ones which FALSE if 'invert' is TRUE).
Other label data functions:
group.label()
,
mask.from.labeldata.for.hemi()
,
subject.label()