Miscellaneous R Functions of General Use in Plotting and Manipulating Data
Following from Hilary Parker's short guide on setting up your own R package, I'm starting to move some of my more general R functions into a package.
Most of these functions will relate to custom plotting, as I seem to use R most for plotting needs. Otherwise, I expect some functions for gluing various data types together will also be added.
The devtools package is required to install this package, it can be installed using:
devtools::install_github('mbergins/BerginskiRMisc');