ggFunctions

Some ggplot2 functions: manhanttan, qqplot, ...

View project on GitHub

Build Status

1. Install and load ggFunctions

To install the latest development builds directly from GitHub, run this:

if (!require("devtools")) { install.packages("devtools") } else {}
devtools::install_github("mcanouil/ggFunctions")

Load ggFunctions: (Not on CRAN yet)

library(ggFunctions)