cluster_threshold-methods: Apply Cluster-Extent Threshold to Surface Data

cluster_thresholdR Documentation

Apply Cluster-Extent Threshold to Surface Data

Description

Apply Cluster-Extent Threshold to Surface Data

Usage

cluster_threshold(x, threshold, size, ...)

## S4 method for signature 'NeuroSurfaceVector'
cluster_threshold(x, threshold, size = 10, index = 1)

## S4 method for signature 'NeuroSurface'
cluster_threshold(x, threshold, size = 10)

Arguments

x

Object to threshold

threshold

the two-element threshold range to use to define connected components

size

the minimum size of the connected components to keep

...

Additional arguments

index

the index/column of the underlying data matrix to cluster

See Also

conn_comp


bbuchsbaum/neurosurf documentation built on June 10, 2025, 8:22 p.m.