Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 795 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 795 Bytes

BioMathR

The R package {BioMathR} provides a collection of utility and wrapper functions, {ggplot2} themes and color palettes, all of which are often used at BioMath.

Installation

You can install BioMathR quickly like so:

remotes::install_github('SchmidtPaul/BioMathR')

Or you can install it with all its suggested packages (i.e. extra packages that may only be necessary for one of the functions in BioMathR) like so:

remotes::install_github("SchmidtPaul/BioMathR", dependencies = TRUE, suggest = TRUE)

Find the documentation of all functions by clicking on the "Reference" tab at the top.