smooth_chrom: Smooth Chromatogram Peaks

View source: R/chromatogram.R

smooth_chromR Documentation

Smooth Chromatogram Peaks

Description

This function smooths chromatogram peaks using different algorithms.

Usage

smooth_chrom(chrom_res, filter = "mean", window = 2, iter = 2)

Arguments

chrom_res

ChromRes object

filter

Filter to use. Options are "mean", "median", "savgol", "gaussian"

window

Window size for the filter

iter

Number of iterations. If 0, no smoothing is applied.


PKbioanalysis documentation built on Jan. 15, 2026, 1:06 a.m.