R_of_E: What was the recorded fluorescence ratio at a certain redox...

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 was the recorded fluorescence ratio at a certain redox potential?

Usage

1
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

1
2
3
4
5
6
7
R_of_E(E = -254.5305, Rmin = 1, Rmax = 5, delta = 0.2, e0 = -275)

# 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
)

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