View source: R/mrs_data_proc.R
calc_peak_info_vec | R Documentation |
Calculate the FWHM of a peak from a vector of intensity values.
calc_peak_info_vec(data_pts, interp_f)
data_pts |
input vector. |
interp_f |
interpolation factor to improve the FWHM estimate. |
a vector of: x position of the highest data point, maximum peak value in the y axis, FWHM in the units of data points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.