Description Usage Arguments Examples
This function will return a logical value for items within a list, used with purrr's map function, can be used to parallelize thresholding on a list of many values (e.g. from CIFTIs). See below for examples.
1 | ThreshMap(zscore_val, zthresh)
|
zscore_val |
A list item that contains values |
z_thresh |
A value to use to threshold the image |
1 | thresh <- ThreshMap(zscore_val,z_thresh)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.