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

View source: R/data_functions.R

as.data.frame.eemR 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)

MatthiasPucher/staRdom documentation built on June 30, 2023, 10:55 a.m.