Description Usage Arguments Value See Also Examples
View source: R/closest_atlas_regions.R
Find regions for vertices in all brainparc atlases.
1 | vertex_regions(brainparc, vertices, hemis)
|
brainparc |
a brain parcellation, see functions like |
vertices |
integer vector, the query vertex indices (from the surface in the |
hemis |
character string vector, the hemispheres for each of the |
a data.frame, the column names should be obvious.
vertex_closest_regions
to compute distance to all regions.
1 2 3 4 5 | ## Not run:
bp = brainparc_fs(get_subjects_dir(), "fsaverage", atlas="aparc");
vertex_region(bp, vertices=c(10, 20), hemis=c("lh", "rh"));
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.