This package contains dataset for plotting the Yeo 2011 cortical atlas for ggseg.
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("ggsegYeo2011")You can install this package from GitHub with:
# install.packages("pak")
pak::pak("ggsegverse/ggsegYeo2011")
