R_of_pH.RdFinds R, given a pH
R_of_pH(pH, Rmin, Rmax, delta, pKa, ...)
| pH | the sensor's pH |
|---|---|
| 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 |
| ... | Not used |
the ratiometric fluoresence at this pH
R_of_pH(pH = 3, Rmin = 1, Rmax = 5, delta = 0.2, pKa = 7)#> [1] 4.998001