| labeldata.from.mask {fsbrain} | R Documentation | 
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)
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()
[Package fsbrain version 0.5.5 Index]