This package contains dataset for plotting the ICBM white tract atlas ggseg and ggseg3d.
Mori et al., MRI Atlas of Human White Matter. Elsevier, Amsterdam, The Netherlands (2005) pubmed
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('ggsegICBM')
You can install the released version of ggsegICBM from GitHub with:
# install.packages("remotes")
remotes::install_github("LCBC-UiO/ggsegICBM")
library(ggsegICBM)
library(ggseg3d)
ggseg3d(atlas = icbm_3d) %>%
add_glassbrain("left") %>%
pan_camera("right lateral")
Please note that the ‘ggsegICBM’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.