Interpolate Concentrations
Interpolates concentrations. Used by correct.xx functions to interpolate concentrations. Uses linear interpolation unless method is 2 (log down), c1 > c2, and both concentrations are non-zero.
interpol(c1 = NA, c2 = NA, t1 = NA, t2 = NA, t3 = NA, method = 1)
c1
c2
t1
t2
t3
method
Useful links