get_hipp_atlas | R Documentation |
Creates a hippocampus-specific atlas from the Olsen MTL atlas, with optional anterior-posterior subdivisions.
get_hipp_atlas(outspace = NULL, apsections = 1)
outspace |
Optional |
apsections |
Integer specifying number of anterior-posterior divisions. Default: 1 (no subdivision) |
This function extracts hippocampal regions from the full MTL atlas and can subdivide them into anterior-posterior segments. The resulting atlas maintains bilateral organization and can be used for targeted hippocampal analyses.
A list with class c("hippocampus", "atlas") containing:
Character string "hippocampus"
NeuroVol object with hippocampal parcellation
Integer vector of region IDs
Character vector of region labels
Character vector of hemisphere designations
Matrix of RGB colors for visualization
Full labels including hemisphere information
## Not run:
# Basic hippocampal atlas
hipp <- get_hipp_atlas()
# With anterior-posterior subdivisions
hipp_ap <- get_hipp_atlas(apsections = 3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.