get_olsen_mtl | R Documentation |
Loads the Olsen medial temporal lobe atlas and optionally resamples it to a different space.
get_olsen_mtl(outspace = NULL)
outspace |
Optional |
A list with class 'atlas' containing the MTL parcellation
get_hipp_atlas
for hippocampus-specific parcellation
## Not run:
# Load in native space
mtl <- get_olsen_mtl()
# Load and resample to a different space
mtl_resampled <- get_olsen_mtl(outspace = my_space)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.