| SNRrms | R Documentation |
This function calculates signal-to-noise ratio using root mean square.
SNRrms(int, baseline, gauge = 0.80)
int |
is the vector of intensities corresponding to the vector of retention times for the chromatographic peak. |
baseline |
is a vector of baseline of the chromatographic peak. |
gauge |
represents the gauge height of peak for gaussianity measurement. |
S/N value
data("peak_spline")
int <- peak_spline[, 2]
baseline <- peak_spline[, 3]
SNRrms(int, baseline)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.