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('ggBrain','aaronjfisher',build_vignettes=TRUE)
## to access help pages
library(ggBrain)
help(package=ggBrain)




Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.