What was the recorded fluorescence ratio at a certain redox potential?

R_of_E(E, Rmin, Rmax, delta, e0, temp = 295.15)

Arguments

E

the redox potential

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 ratiometric fluorescence associated with the given parameters

Examples

R_of_E(E = -254.5305, Rmin = 1, Rmax = 5, delta = 0.2, e0 = -275)
#> [1] 3
# This is self-consistent with the E() function. R_of_E( E = E(R = 3, Rmin = 1, Rmax = 5, delta = 0.2, e0 = -275), Rmin = 1, Rmax = 5, delta = 0.2, e0 = -275 )
#> [1] 3