README.md

ggsegICBM

DOI R-CMD-check

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

Installation

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")

Example

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.



LCBC-UiO/ggsegICBM documentation built on May 12, 2023, 2:59 p.m.