staRdom (version 1.0.3)

as.data.frame.eem: Converting EEM data from class eem to data.frame.

Description

Converting EEM data from class eem to data.frame.

Usage

# S3 method for eem
as.data.frame(x, row.names = NULL, optional = FALSE, ...,
  gather = TRUE)

Arguments

x

blabla

row.names

asfas

optional

ignored

...

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

Value

A data frame containing the EEM data.

Examples

Run this code
# NOT RUN {
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 DataCamp Workspace