read_feem: Read FEEM data files generated by the Horiba Aqualog

View source: R/read_feem.R

read_feemR Documentation

Read FEEM data files generated by the Horiba Aqualog

Description

Read FEEM data files generated by the Horiba Aqualog

Usage

read_feem(path, truncate = FALSE)

Arguments

path

Path to stored FEEM data files

truncate

Set negative intensities to zero?

Value

A tibble with columns emission, em_regular, excitation, and intensity. em_regular is a regularly-spaced version of emission that is useful for plotting.

Examples

file <- list.files(
   path = system.file("extdata", package = "cwrshelpr"),
   full.names = TRUE,
   pattern = ".+\\.csv"
)
read_feem(file[1])

bentrueman/cwrshelpr documentation built on July 1, 2023, 4:29 a.m.