powered by
Converting EEM data from class eem to data.frame.
# S3 method for eem as.data.frame(x, row.names = NULL, optional = FALSE, gather = TRUE, ...)
A data frame containing the EEM data.
abc
ignored
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
data(eem_list) as.data.frame(eem_list[[1]]) as.data.frame(eem_list[[1]],gather=FALSE)
Run the code above in your browser using DataLab