Learn R Programming

staRdom (version 1.1.28)

eem_csv: Importer function for generic csv files to be used with eem_read().

Description

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

Usage

eem_csv(file)

Value

list with EEM data

Arguments

file

path to file passed from eem_read

Examples

Run this code
eems <- system.file("extdata/EEMs",package="staRdom")
eem_list <- eem_read(eems, recursive = TRUE, import_function = eem_csv)

eem_list

Run the code above in your browser using DataLab