as.data.frame.eem {staRdom} | R Documentation |
Converting EEM data from class eem to data.frame.
Description
Converting EEM data from class eem to data.frame.
Usage
## S3 method for class 'eem'
as.data.frame(x, row.names = NULL, optional = FALSE, gather = TRUE, ...)
Arguments
x |
abc |
row.names |
abc |
optional |
ignored |
gather |
logical, says whether data.frame is returned with excitation wavelength as column names or as values of a column. If the data is gathered, the sample name is added as value in a calumn |
... |
ignored |
Value
A data frame containing the EEM data.
Examples
data(eem_list)
as.data.frame(eem_list[[1]])
as.data.frame(eem_list[[1]],gather=FALSE)
[Package staRdom version 1.1.28 Index]