Hello Quarto

neuro
Author

Dr. Joscelin Rocha-Hidalgo

Published

April 22, 2025

Buy me a coffeeBuy me a coffee


Plotting brain atlases in ggplot

Added Sunday Dec 13th, 2020What is this?

Description from site: Plotting regions from different brain atlases ggplot2 is a handy way of displaying results or grouping of aparc data.

The function ggseg(), is based in the ggplot2 format, it is recommended to get familiarized with plotting data with ggplot2.

Out-of-the-box, ggseg() works without supplying any extra information. It will create a base plot of the aparc brain segmentations.

  1. Link to site: https://lcbc-uio.github.io/ggseg/articles/ggseg.html
  2. Link to ggseg vignette: https://github.com/LCBC-UiO/ggseg/blob/master/vignettes/ggseg.Rmd
  3. Link to ggseg repo: https://github.com/LCBC-UiO/ggseg
Back to top