
library(ggseg)
library(ggplot2)
ggplot() +
geom_brain(
atlas = dk(),
aes(fill = region),
position = position_brain(hemi ~ view),
show.legend = FALSE
) +
theme_void()Quick Install
# Install from R-universe
install.packages(
c("ggseg", "ggseg3d", "ggseg.extra"),
repos = c(
"https://ggseg.r-universe.dev",
"https://cloud.r-project.org"
)
)Core Packages
The ggsegverse provides tools for visualizing brain atlas data in R. Built on top of ggplot2 and Three.js.
Atlas Packages
The ggsegverse ecosystem includes atlas packages providing data for different brain parcellations.
Latest News
No matching items
Community
Join the discussion and get help from the community.
Want to Contribute?
There are many ways to help grow the ggsegverse.
