/odoR

R package for electronic nose data

Primary LanguageRGNU General Public License v3.0GPL-3.0

odoR GITHUB README

The development version of this package can be directly installed with the R package devtools from Hadley Wickham et al. using:

install.packages("devtools")
library(devtools)
install_github("kornl/odoR", dependencies = TRUE, build_vignettes = TRUE)