
ggseg
Visualize brain atlas data in R
Quick Install
# Install from R-universe
install.packages(
c("ggseg", "ggseg3d", "ggsegExtra"),
repos = c(
"https://ggseg.r-universe.dev",
"https://cloud.r-project.org"
)
)Core Packages
The ggseg suite provides tools for visualizing brain atlas data in R, built on top of ggplot2 and plotly.
Loading packages…
Atlas Packages
The ggseg ecosystem includes atlas packages providing data for different brain parcellations.
Community
Join the discussion and get help from the community.
- GitHub Discussions - Ask questions and share ideas
- GitHub Issues - Report bugs and request features