cluster_threshold | R Documentation |
apply a 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 |
the object to threshold |
threshold |
the numeric threshold range |
size |
the minimum cluster size in nodes |
... |
extra args |
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.