A compilation of R
utility functions for data cleaning, correction and
visualisation
# Install devtools
if(!require("devtools")) install.packages("devtools")
devtools::install_github("adwolfer/someRutils")
# 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)
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)