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

# S4 method for redoxSensor
getE(object, R = getR(object), temp = 295.15)

Arguments

object

A redoxSensor object

R

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

temp

The temperature, in Kelvin. Default is 295.15

Value

A numeric array of E values