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