For a given redox sensor at a certain temperature, returns the derivative of the redox potential corresponding to a given ratio (R) value

# S4 method for redoxSensor
getE_deriv(object, R = getR(object))

Arguments

object

A redoxSensor object

R

(Optional, defaults to getR(Object) A numeric value (can be an array) of ratio values

Value

A numeric array of dE/dR values