peakWidthCalculator {IDSL.IPA}R Documentation

peak width measuement

Description

This function measures peak width at different peak heights.

Usage

peakWidthCalculator(rt, int, gauge)

Arguments

rt

a vector of retention times of the chromatographic peak.

int

a vector of intensities of the chromatographic peak.

gauge

a height gauge to measure the peak width. This parameter should be between 0-1.

Value

A peak width at the guaged height.

Examples

data("peak_spline")
rt <- peak_spline[, 1]
int <- peak_spline[, 2] - peak_spline[, 3]
gauge <- 0.5
peakWidthCalculator(rt, int, gauge)

[Package IDSL.IPA version 2.9 Index]