absorbance | R Documentation |
Simple absorbance spectra used to test package's functions.
data("absorbance")
A data frame with 711 rows and 4 variables
wavelength. Wavelengths used for measurements (190-900 nm.)
absorbance
data("absorbance")
plot(absorbance$wavelength, absorbance$sample1,
type = "l",
xlab = "Wavelengths", ylab = "Absorbance per meter"
)
lines(absorbance$wavelength, absorbance$sample2, col = "blue")
lines(absorbance$wavelength, absorbance$sample3, col = "red")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.