SNRbaseline | R Documentation |
This function calculates S/N using local noise levels from baseline,
SNRbaseline(int, baseline)
int |
a vector of intensities corresponding to the vector of retention times for the chromatographic peak. |
baseline |
a vector of baseline of the chromatographic peak. |
S/N value
data("peak_spline")
int <- peak_spline[, 2]
baseline <- peak_spline[, 3]
SNRbaseline(int, baseline)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.