MatthiasPucher / staRdom

staRdom is a package for R to analyse fluorescence and absorbance data of dissolved organic matter (DOM).
21 stars 2 forks source link

absorbance_read cannot determine sep and dec automatically when numbers are in scientific format #4

Closed MatthiasPucher closed 5 years ago

MatthiasPucher commented 5 years ago

Absorbance numbers are sometimes in the scientific format e.g. 4.22E-4. Then, the automatic recognition of the decimal point and the field separator does not work.

As a quick solution, you can use something like abs_data <- absorbance_read(absorbance_path, sep = ",", dec = ".")

MatthiasPucher commented 5 years ago

Corrected in version 1.0.17