This package consists of aliases, functions, and graphical themes to improve your efficiency and workflow.
Install this package:
install.packages("devtools") devtools::install_github("dgabbe/dgutils")
Create some bash equivalents in aliases.R
Utility/convenience functions are defined in their own R file named for the function.
This section is graphics programming constructs. Since R has a number of different packages, there's a separate file for each one. Only ggplot is populated.
The ggplot2 package is somewhat unique from other packages with heavy use of the "+" continuation operator and the huge number of objects and functions needed to generate a graph.