make_mask | R Documentation |
Create a mask based on vertices that are invalid
make_mask(BOLD, meanTol = -Inf, varTol = 1e-06, verbose = TRUE)
BOLD |
A |
meanTol , varTol |
Tolerance for mean and variance of each data location.
Locations which do not meet these thresholds are masked out of the analysis.
Defaults: |
verbose |
Print messages counting how many locations are removed? |
A logical vector indicating valid vertices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.