View source: R/eem_importers.R
eem_csv2 | R Documentation |
This function can be used to import generic csv files containing EEM data using eem_read
. Excitation wavelengths are assumed row-wise and emission wavelengths column-wise If your data is arranged the other way round, please use eem_csv
eem_csv2(file)
file |
path to file passed from eem_read |
list with EEM data
## no example data provided with the package
## below is an example how this could like like
# eems <- "C:/some/path/to/eem.csv"
# eem_list <- eem_read(eems, recursive = TRUE, import_function = eem_csv2)
# eem_list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.