asdgap {rchemo} | R Documentation |
asdgap
Description
ASD NIRS dataset, with gaps in the spectra at wawelengths = 1000 and 1800 nm.
Usage
data(asdgap)
Format
A list with 1 element: the data frame X
with 5 spectra and 2151 variables.
References
Thanks to J.-F. Roger (Inrae, France) and M. Ecarnot (Inrae, France) for the method.
Examples
data(asdgap)
names(asdgap)
X <- asdgap$X
numcol <- which(colnames(X) == "1000" | colnames(X) == "1800")
numcol
plotsp(X, lwd = 1.5)
abline(v = as.numeric(colnames(X)[1]) + numcol - 1, col = "grey", lty = 3)
[Package rchemo version 0.1-2 Index]