Learn R Programming

specmine (version 3.1.6)

transmittance_to_absorbance: Convert transmittance to absorbance

Description

Converts transmittance values to absorbance values.

Usage

transmittance_to_absorbance(dataset, percent = TRUE)

Arguments

dataset

list representing the dataset from a metabolomics experiment.

percent

boolean value to indicate if the absorbance values are in a percentage or not.

Value

Returns the dataset with the data points converted to absorbance values.