An R package of simple helper functions for creating brain image figures with ggplot. The primary workhorse function is ggBrain, which is documented in the vignette. Some of the images generated in the vignette are shown below.
## if needed install.packages("devtools") ## main package library(devtools) install_github('aaronjfisher/ggBrain',build_vignettes=TRUE) ## to access help pages library(ggBrain) help(package=ggBrain)