R_of_pH: Finds R, given a pH

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Finds R, given a pH

Usage

1
R_of_pH(pH, Rmin, Rmax, delta, pKa, ...)

Arguments

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

Value

the ratiometric fluoresence at this pH

Examples

1
R_of_pH(pH = 3, Rmin = 1, Rmax = 5, delta = 0.2, pKa = 7)

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