This package contains dataset for plotting the Yeo 2011 cortical atlas for ggseg.
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")library(ggseg)
library(ggsegYeo2011)
plot(yeo7())plot(yeo17())Yeo BT, Krienen FM, Sepulcre J, Sabuncu MR, Lashkari D, Hollinshead M, Roffman JL, Smoller JW, Zollei L, Polimeni JR, Fischl B, Liu H, Buckner RL (2011). The organization of the human cerebral cortex estimated by intrinsic functional connectivity. J Neurophysiol, 106(3):1125-65.



