intensity_type: Intensity Type

View source: R/utils.R

intensity_typeR Documentation

Intensity Type

Description

Determines if the provided data has intensity type of absorbance or transmittance.

Usage

intensity_type(ftir)

Arguments

ftir

A data.frame of FTIR spectral data including column to be converted. Can't contain both 'absorbance' and 'transmittance' column as the receiving column would be overwritten

Un data.frame de données spectrales IRTF incluant la colonne à convertir. Ne peut pas contenir les colonnes 'absorbance' et 'transmittance' car la colonne de réception serait écrasée.

Value

a character value 'absorbance' or 'transmittance'


PlotFTIR documentation built on April 13, 2025, 5:11 p.m.