Skip to content

eemR 1.0.1

Latest
Compare
Choose a tag to compare
@PMassicotte PMassicotte released this 26 Jun 13:55

eemR 1.0.1

  • Fixing the file location that was not following when creating eems (#52).

eemR 1.0.0

Major changes

eemR can use a user-defined function to import eems data. A new argument import_function in the eem_read() function can be used to provide a custom function to read a specific eem file format.

Breaking changes

Because of the major change of eem_read(), existing code will brake. The user still can uses the old importing functions by specifying the spectrofluorometer to use as follows:

  • eem_read(file, import_function = "cary")
  • eem_read(file, import_function = "aqualog")
  • eem_read(file, import_function = "shimadzu")
  • eem_read(file, import_function = "fluoromax4")