fwhm | R Documentation |
This constructs a 'fwhm' object which stores information about the calculated full width half maximum. This function is for internal use and normally should not be called by the user.
fwhm(fwhmInterpolator, peaks = NA_real_, fwhmVals = NA_real_)
fwhmInterpolator |
A function that is used to find fwhm value for any given m/z. |
peaks |
The m/z values of the peaks of a single spectrum. |
fwhmVals |
The corresponding fwhm values in Da. |
An S3 object 'fwhm' with the following entries
fwhmInterpolator: A function that is used to find fwhm value for any given m/z.
peaks: The m/z values of the peaks of a single spectrum that were used for fwhm calculation.
fwhmVals: The corresponding fwhm values in Da.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.