This package contains dataset for plotting the Chen thickness and areal cortical atlas with ggseg.
Chen CH, Gutierrez ED, Thompson W, Panizzon MS, Jernigan TL, Eyler LT, … & Dale AM (2012). Hierarchical genetic organization of human cortical surface area. Science, 335(6076), 1634-1636.
We recommend installing the ggseg-atlases through the ggseg r-universe:
options(repos = c(
ggseg = "https://ggseg.r-universe.dev",
CRAN = "https://cloud.r-project.org"
))
install.packages("ggsegChen")You can install this package from GitHub with:
# install.packages("pak")
pak::pak("ggsegverse/ggsegChen")