asdgap | R Documentation |
ASD NIRS dataset, with gaps in the spectra at wawelengths = 1000 and 1800 nm.
data(asdgap)
A list with the following component:
X: 5 spectra.
Thanks to J.-F. Roger (Inrae, France) and M. Ecarnot (Inrae, France) for the method.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.