Description Usage Arguments Value Note
A cluster extreme value is the most extreme value of a cluster. One can choose whether the minimum, maximum, or absolute maximum is requested. Each cluster has exactly one extreme value (though it may occur at several vertices in rare cases).
1 2 3 4 5 6 | cluster_extrema(
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 extrema information. The column names should be self-explanatory.
If the extreme value occurs at several vertices of a cluster, which of these vertices will be reported is undefined.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.