This package contains dataset for plotting the aal atlas ggseg and ggseg3d. The template files were obtained from faskowit/multiAtlasTT.
Rolls, E. T., Joliot, M., & Tzourio-Mazoyer, N. (2015). Implementation of a new parcellation of the orbitofrontal cortex in the automated anatomical labeling atlas. Neuroimage, 122, 1-5.
To learn how to use these atlases, please look at the documentation for ggseg and ggseg3d
We recommend installing the ggseg-atlases through the ggseg r-universe:
# Enable this universe
options(repos = c(
ggseg = 'https://ggseg.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))
# Install some packages
install.packages('ggsegAal')
You can install the released version of ggsegAal from GitHub with:
# install.packages("remotes")
remotes::install_github("ggseg/ggsegAal")
library(ggseg)
#> Warning: package 'ggseg' was built under R version 4.1.1
#> Loading required package: ggplot2
library(ggseg3d)
library(ggsegAal)
plot(aal) +
theme(legend.position = "bottom",
legend.text = element_text(size = 9)) +
guides(fill = guide_legend(ncol = 6))
library(dplyr)
ggseg3d(atlas = aal_3d) %>%
add_glassbrain() %>%
pan_camera("right lateral")
Please note that the ‘ggsegAal’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.