powered by
1H-NMR data of 40 wines, different origins and colors are included.
data(Winedata)
A list with the spectra, ppm values, color and origin as list entries.
Larsen et al. (2006) An exploratory chemometric study of 1H-NMR spectra of table wines. J.Chemom. 20 (2006) 198-208 (Wiley Online Library)
# NOT RUN { data(Winedata) Spectra <- Winedata$spectra ppm.wine <- Winedata$ppm wine.color <- Winedata$wine.color wine.origin <- Winedata$origin # }
Run the code above in your browser using DataLab