Description Usage Arguments Value See Also Examples
View source: R/morph_atlas_agg.R
Give suggestions for regions to ignore for an atlas. These are regions for which many subjects do not have any vertices in them, or the Medial Wall and Unknown regions.
1 | regions.to.ignore(atlas)
|
atlas, |
string. The name of an atlas. Supported strings are 'aparc' and 'aparc.a2009s'. |
vector of strings, the region names.
Other atlas functions:
get.atlas.region.names(),
group.agg.atlas.native(),
group.agg.atlas.standard(),
group.annot(),
group.label.from.annot(),
label.from.annotdata(),
label.to.annot(),
spread.values.over.annot(),
spread.values.over.hemi(),
spread.values.over.subject(),
subject.annot(),
subject.atlas.agg(),
subject.label.from.annot(),
subject.lobes()
1 2 | aparc_regions_ign = regions.to.ignore('aparc');
aparc_a2009s_regions_ign = regions.to.ignore('aparc.a2009s');
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.