Skip to content

ggseg/ggsegICBM

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages