eem_absdil: Multiply absorbance data according to the dilution and remove...

eem_absdilR Documentation

Multiply absorbance data according to the dilution and remove absorbance from samples where undiluted data is used.

Description

According to dilution data absorbance is either multiplied by the according factor or the undiluted absorbance data is deleted. You can either specify the cor_data data table coming from eem_dilcorr or supply an eemlist, and the dilution data to created on the fly.

Usage

eem_absdil(
  abs_data,
  eem_list = NULL,
  dilution = NULL,
  cor_data = NULL,
  auto = TRUE,
  verbose = FALSE
)

Arguments

abs_data

absorbance data

eem_list

optional eemlist

dilution

optional dilution data as data frame

cor_data

optional output from eem_dilcorr as data frame

auto

optional, see eem_dilcorr

verbose

optional, see eem_dilcorr

Value

data frame

Examples

# no appropriate exmaple data available yet


MatthiasPucher/staRdom documentation built on June 30, 2023, 10:55 a.m.