| normalize_mask | R Documentation |
Coerces various mask representations into a logical 3D array of the
requested dimensions. Accepts: logical arrays, integer index vectors,
LogicalNeuroVol, numeric NeuroVol (thresholded > 0),
logical vectors, or NULL (all TRUE).
normalize_mask(mask, target_dim)
mask |
The mask input (see description). |
target_dim |
Integer vector of length 3 giving the target dimensions. |
A logical array of dimension target_dim.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.