E: What is the redox potential (mV), given...

Description Usage Arguments Value Examples

View source: R/utils.R View source: R/extra/helpers_scratch.R View source: R/extra/error_table_from_spectra.R View source: R/extra/error_table_from_params.R

Description

What is the redox potential (mV), given R/Rmin/Rmax/delta/midpoint/temperature?

Usage

1
E(R, Rmin, Rmax, delta, e0, temp = 295.15)

Arguments

R

the ratiometric fluorescence

Rmin

the minimum possible ratiometric fluorescence

Rmax

the maximum possible ratiometric fluorescence

delta

the ratiometric fluorescence in the first wavelength

e0

the sensor's midpoint potential

temp

the temperature at which measurements were made

Value

The redox potential (mV)

Examples

1
E(R = 3, Rmin = 1, Rmax = 5, delta = 0.2, e0 = -275)

julianstanley/SensorOverlord documentation built on Oct. 19, 2020, 2:29 p.m.