R/fitnmr.R
height_assign.RdThis uses a greedy algorithm. It iterates over the unknown peaks in order of decreasing height and assigns each unknown to the closest assigned peak within a distance determined by the thresh parameter, as long as that peak wasn't already assigned.
height_assign(assigned, unknown, thresh = 0.01)