GetFWXM | R Documentation |
Returns the width of a peak at Full Width at X Maximum, with X being the factor by which the maximum of the peak is multiplied.
GetFWXM(RT_vect, Int_vect, baseL, X, peak_borders = FALSE, return_diff = FALSE)
RT_vect |
vector with retention times |
Int_vect |
vector with intensities |
baseL |
height of baseline |
X |
peak height at which width should be measured (e.g. 0.5 means width at halfe maximum) |
return_diff |
TRUE/FALSE; should the output be a difference of end point and start point, or both points as a vector |
Width of the peak (numeric)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.