You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only method supported is spline, which is usually o.k. for estimating the wavelength location but not the height of a peak. Fitting Gauss, Lorentz and Voigt functions could be implemented as these are frequently used, at least when peaks are on a low baseline
See files in folder inst-not for background information. These would need to use nls() and some kind of self starting functions.
Currently the only method supported is
spline
, which is usually o.k. for estimating the wavelength location but not the height of a peak. Fitting Gauss, Lorentz and Voigt functions could be implemented as these are frequently used, at least when peaks are on a low baselineSee files in folder
inst-not
for background information. These would need to usenls()
and some kind of self starting functions.See also function
fit_peaks()
in package 'chromatographR'.The text was updated successfully, but these errors were encountered: