View source: R/absorbance_to_beam_c.R
Function converts absorbance measurements obtained using spectophotometer to beam attenuation based on the acceptance angle of the spectrophotometer, turbidity standard, measurement units for turbidity, cuvette length, and transmittance wavelength.
1 2 3 4 5 6 7 8 | absorbance_to_beam_c(
ANGLE,
TURB,
L,
TRANSMITTANCE,
UNITS = "JTU",
WAVELENGTH = 800
)
|
ANGLE |
Acceptance angle of the spectrophotometer |
TURB |
Turbidity measurement in units of JTU, NTU |
L |
Length of spectrophotometer cuvette |
TRANSMITTANCE |
Percentage of transmitted light reaching sensor |
UNITS |
Turbidity measurement units |
WAVELENGTH |
Transmitted wavelength for spectrophotometer |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.