MarsAtlas cortical and subcortical parcellation for the ggseg ecosystem.
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("ggsegMars")You can install this package from GitHub with:
# install.packages("pak")
pak::pak("ggsegverse/ggsegMars")
