View source: R/data_functions.R
as.data.frame.eem | R Documentation |
Converting EEM data from class eem to data.frame.
## S3 method for class 'eem'
as.data.frame(x, row.names = NULL, optional = FALSE, gather = TRUE, ...)
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 |
A data frame containing the EEM data.
data(eem_list)
as.data.frame(eem_list[[1]])
as.data.frame(eem_list[[1]],gather=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.