Description Usage Arguments Value Examples
Converting EEM data from class eem to data.frame.
1 2 3 |
x |
blabla |
row.names |
asfas |
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.
1 2 3 4 | 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.