pH.Rd
Finds pH, given R, Rmin, and Rmax
pH(R, Rmin, Rmax, delta, pKa, ...)
R | the ratiometric fluorescence |
---|---|
Rmin | the minimum possible ratiometric fluorescence |
Rmax | the maximum possible ratiometric fluorescence |
delta | the ratiometric fluorescence in the first wavelength |
pKa | the sensor's pKa |
... | unused |
the pH, numeric
pH(R = 2, Rmin = 1, Rmax = 5, delta = 0.2, pKa = 7)#> [1] 6.778151