ThreshMap: ThreshMap - threshold a list of values and return a binary...

Description Usage Arguments Examples

View source: R/ThreshMap.R

Description

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.

Usage

1
ThreshMap(zscore_val, zthresh)

Arguments

zscore_val

A list item that contains values

z_thresh

A value to use to threshold the image

Examples

1
thresh <- ThreshMap(zscore_val,z_thresh)

DCAN-Labs/MarginalModelCIFTI documentation built on Nov. 30, 2021, 3:40 p.m.