Description Usage Arguments Value
For each cluster in the clusterinfo, compute 1) which atlas regions it overlaps with, and to what percentage the cluster is contained in each region. And, 2), how much of each of the overlapping regions are covered by the cluster. The atlases or surface parcellations to compare the clusters to are take from the clusterinfo$brainparc
field.
1 2 3 4 | cluster_region_overlap(
clusterinfo,
silent = getOption("brainloc.silent", default = FALSE)
)
|
clusterinfo |
a clusterinfo instance, see the |
silent |
whether to suppress printing messages to stdout. |
a data.frame with cluster overlap information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.