Nothing
## Raman spectrometry
data("Raman")
## Subset from 200 to 800 1/cm
Raman <- signal_select(Raman, from = 200, to = 800)
## Plot spectrum
plot(Raman, type = "l", xlab = "Raman shift", ylab = "Intensity")
## Normalize SNV
Raman_snv <- rescale_snv(Raman)
plot(Raman_snv, type = "l", xlab = "Raman shift", ylab = "Intensity")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.