knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

someRutils

Build Status codecov

A compilation of R utility functions for data cleaning, correction and visualisation

Installation

# Install devtools
if(!require("devtools")) install.packages("devtools")
devtools::install_github("adwolfer/someRutils")

Usage

# Plot one or multiple NMR spectra, colored by user defined colour, p-value or STOCSY
someRutils::NMR_plot_spectra_pval_stocsy(ppm=ppm, data=NMR_data)

Copyright

someRutils is licensed under the GPLv3

As a summary, the GPLv3 license requires attribution, inclusion of copyright and license information, disclosure of source code and changes. Derivative work must be available under the same terms.

© Arnaud Wolfer (2018)



adwolfer/someRutils documentation built on May 15, 2019, 10:48 a.m.