Description Usage Arguments Value Examples
View source: R/atlas_query_voxel.R
Searches atlas and returns the region name that matches the specified coordinates in the specified atlas. Coordinates are in mm in MNI space.
1 2  | nv_atlas_voxel(x, y, z, collection_name, atlas_name, verbose = TRUE,
  secure = TRUE, ...)
 | 
x | 
 x-coordinate to query  | 
y | 
 y-coordinate to query  | 
z | 
 z-coordinate to query  | 
collection_name | 
 Collection name of the atlas  | 
atlas_name | 
 Name of the atlas  | 
verbose | 
 print diagnostic messages  | 
secure | 
 passed to   | 
... | 
 additional options to pass to   | 
List of the result of the GET call and
the content
1 2 3 4  | res = nv_atlas_voxel(x = 30, y= 30, z = 30,
collection_name = "Harvard-Oxford cortical and subcortical structural atlases",
atlas_name = "HarvardOxford cort maxprob thr25 1mm")
head(res$content$voxels)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.