cluster_threshold | R Documentation |
Apply Cluster-Extent Threshold to Surface Data
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)
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 |
conn_comp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.