as.data.frame.feem | R Documentation |
Transform a FEEM object from its matrix form accompanied by vectors of wavelengths into a three-column form consisting of 3{ (\lambda_\mathrm{em}, \lambda_\mathrm{ex}, I)
## S3 method for class 'feem'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
## S3 method for class 'feemcube'
as.data.frame(x, ...)
x |
A FEEM object, or a FEEM cube object. |
row.names |
Passed to |
optional |
This option is required for compatibility with
|
... |
Passed as-is to |
Rows where intensity is NA
are omitted from the output.
A data.frame
containing three numeric columns:
emission |
Emission wavelength, nm. |
excitation |
Excitation wavelength, nm. |
intensity |
Fluorescence intensity at 3{ (\lambda_\mathrm{em}, \lambda_\mathrm{ex}) |
(\lambda.em, \lambda.ex) (λ<sub>em</sub>, λ<sub>ex</sub>)
feem.data.frame
z <- feem(matrix(1:42, nrow = 7), 1:7, 1:6)
head(as.data.frame(z))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.