ggseg / ggsegDKT

Desikan-Killiany-Tourville cortical atlas for ggseg and ggseg3d

Home Page:https://lcbc-uio.github.io/ggsegDKT/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ggsegDKT

R build status DOI

This package contains dataset for plotting the Shaefer cortical atlas ggseg and ggseg3d.

Installation

You can install the released version of ggsegDKT from GitHub with:

# install.packages("remotes")
remotes::install_github("LCBC-UiO/ggsegDKT")

Example

library(ggsegDKT)
library(ggseg)
library(ggplot2)

plot(dkt) +
  theme(legend.position = "bottom",
        legend.text = element_text(size = 7)) +
  guides(fill = guide_legend(ncol = 4))

library(ggseg3d)
library(dplyr)

ggseg3d(atlas = dkt7_3d) %>% 
  pan_camera("right lateral")

Code of Conduct

Please note that the ggsegDKT project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

Desikan-Killiany-Tourville cortical atlas for ggseg and ggseg3d

https://lcbc-uio.github.io/ggsegDKT/

License:Creative Commons Zero v1.0 Universal


Languages

Language:R 100.0%