int_abs: Create an absorbance measurement from one file of...

View source: R/int_abs.R

int_absR Documentation

Create an absorbance measurement from one file of transmittance and one file of reflectance

Description

this function accepts a single transmission dataset, a single reflection dataset, and returns the absorbance calculated as a=1-t-r

Usage

int_abs(trans_loc, ref_loc, averaging = 1)

Arguments

trans_loc

location of a file with transmittance data

ref_loc

location of a file with reflectance data


poales/integratingSphere documentation built on Oct. 6, 2022, 3:34 p.m.