This package contains the Schaefer cortical atlas for the ggseg ecosystem. Includes both the 7-network and 17-network parcellations at resolutions from 100 to 1000 parcels.
Installation
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("ggsegSchaefer")You can install this package from GitHub with:
# install.packages("pak")
pak::pak("ggsegverse/ggsegSchaefer")

