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