Description Usage Arguments Value
A peak is a position in a cluster (a vertex) which is assigned the maximum statsmap value over its neighborhood. The neighborhood definition used by this function is the 1-ring neighborhood on the mesh.
1 2 3 4 5 6 | cluster_peaks(
clusterinfo,
type = "extreme",
silent = getOption("brainloc.silent", default = FALSE),
...
)
|
clusterinfo |
a clusterinfo instance, see the |
type |
character string, one of 'extreme', 'min' or 'max'. Which cluster value to report. The default of 'extreme' reports the absolutely larger one of the min and the max value and is for the typical use case of |
silent |
whether to suppress printing messages to stdout. |
... |
passed on to |
a data.frame
with cluster peak information. The column names should be self-explanatory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.