Description Usage Arguments Value See Also Examples
Fit absorbance data to exponential curve. drm
is used for the fitting process.
1 2 | abs_fit_slope(wl, abs, lim, l_ref = 350, control = drmc(errorm = FALSE,
noMessage = TRUE), ...)
|
wl |
vector containing wavelengths |
abs |
vector containing absorption in m^-1 |
lim |
vector containing lower and upper limits for wavelengths to use |
l_ref |
numerical. reference wavelength, default is 350, if set to NA l_ref is fitted |
control |
control parameters for drm, see |
... |
parameters that are passed on to drm |
numeric exponential slope coefficient
1 2 | data(absorbance)
abs_fit_slope(absorbance$wavelength,absorbance$sample1,lim=c(350,400),l_ref=350)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.