Welcome to the ggseg website

news
announcements
Author

ggseg team

Published

January 29, 2024

Welcome to the new ggseg website. This site provides documentation, resources, and news about the ggseg suite of R packages for brain atlas visualization.

What is ggseg?

The ggseg suite provides tools for visualizing brain atlas data in R:

  • ggseg: 2D brain atlas plots using ggplot2
  • ggseg3d: Interactive 3D brain atlas plots using plotly
  • ggsegExtra: Tools for creating custom brain atlases

Getting Started

Install the core packages from R-universe:

install.packages(
 c("ggseg", "ggseg3d", "ggsegExtra"),
 repos = c(
   "https://ggseg.r-universe.dev",
   "https://cloud.r-project.org"
  )
)

Check out the packages page for the full list of available atlas packages.

Stay Updated

Follow our GitHub Discussions for the latest updates and community discussions.