read_feem | R Documentation |
Read FEEM data files generated by the Horiba Aqualog
read_feem(path, truncate = FALSE)
path |
Path to stored FEEM data files |
truncate |
Set negative intensities to zero? |
A tibble with columns emission
, em_regular
, excitation
, and intensity
.
em_regular
is a regularly-spaced version of emission
that is useful for plotting.
file <- list.files(
path = system.file("extdata", package = "cwrshelpr"),
full.names = TRUE,
pattern = ".+\\.csv"
)
read_feem(file[1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.