Description Usage Arguments Value Examples
Lookup specific indices for labels
1 | aal_lookup(xyz, version = c("5", "4"))
|
xyz |
Indices in coordinates of the atlas to look up specific |
version |
Version of AAL ROI image, versions 4 and 5. |
A data.frame
with the results
1 2 3 4 | aal_lookup(xyz = c(61, 60, 67))
aal_lookup(xyz = rbind(c(61, 60, 67),
c(50, 44, 32)
))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.