Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 702 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 702 Bytes

BerginskiRMisc

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.

Installation

The devtools package is required to install this package, it can be installed using:

devtools::install_github('mbergins/BerginskiRMisc');