/moiR

Useful R functions for an easier life and analyses

Primary LanguageR

Some handy functions for an easier R life

Most functions fall in the next categories

  • Plotting (I use base plot, but prefer ggplot2 and cowplot)
  • Manipulation functions, such as writing functions or format functions
  • Few wrap functions for common analyses: regression, contrasts, etc.

To get the package, just run (need devtools library)

#install.packages("devtools") #uncomment if you don't have the library
devtools::install_github('MoisesExpositoAlonso/moiR')
library(moiR)