Simple peak detection and peak area calculation using R - currently designed to work with FTIR spectra.
For peak detection and peak heights only - use the peak_detection.r script
For peak detection and peak area calculation - use both the peak_area.r script and peak_detection.r script
# Load peak detection script
source("https://raw.githubusercontent.com/benbell95/peak-detection/main/r/peak_detection.r")
# Load peak area script
source("https://raw.githubusercontent.com/benbell95/peak-detection/main/r/peak_area.r")
More details to come...