| feemife | R Documentation |
Use absorbance data to correct inner-filter effect in FEEM objects and collections of them.
feemife(x, ...)
## S3 method for class 'feem'
feemife(x, absorbance, abs.path = 1, ...)
## S3 method for class 'feemcube'
feemife(x, absorbance, abs.path, ..., progress = FALSE)
## S3 method for class 'list'
feemife(x, absorbance, abs.path, ..., progress = FALSE)
x |
A FEEM object, a FEEM data cube, or a list of them. |
absorbance |
If Otherwise, this could be a list of such objects or a multi-column
matrix-like object. If |
abs.path |
If Otherwise, a named vector containing the names from If not set, assumed to be |
progress |
Set to |
... |
No parameters besides those described above are allowed. |
If you receive errors alleging that some names don't match, but
are absolutely sure that the absorbance spectra and path lengths are
present in the same order as in x, remove the names from either
of the objects, e.g. by passing unname(absorbance).
The formula used to correct for inner filter effect is:
3{ I_\mathrm{corr}(\lambda_\mathrm{em}, \lambda_\mathrm{ex}) = I_\mathrm{orig}(\lambda_\mathrm{em}, \lambda_\mathrm{ex}) 10^{ \frac{A(\lambda_\mathrm{em}) + A(\lambda_\mathrm{ex})}{2 L_\mathrm{abs}} }An object of the same kind as x, with inner filter effect
corrected.
Lakowicz2006
\referenceKothawala2013
data(feems)
str(cube)
str(absorp)
plot(feemife(cube,absorp) / cube)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.