anandi42 / ggBrain

Helper functions for making brain image figures with ggplot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ggBrain

Build Status

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.

To install

## 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)

Sample images from vignette

####Structural images

####Comparing seed maps across two subjects

####Tri-planar cross-hairs

####Basic, single panel figures



About

Helper functions for making brain image figures with ggplot


Languages

Language:R 67.9%Language:Shell 32.1%