powered by
Converts temperature measurements into Kelvin
convert2Kelvin(temp, input = "C")
Numeric value in Kelvin
The value of the temperature to convert
The unit of the temperature to convert, allowed values are "C", "F".
convert2Kelvin(15, input="C") convert2Kelvin(15, input="F")
Run the code above in your browser using DataLab