powered by
celsius.to.kelvin
celsius.to.kelvin(T.celsius, round = 2)
kelvin.to.celsius
# Convert from Celsius to Kelvin. data(lyon) lyon$TemperatureK <- celsius.to.kelvin(lyon$TemperatureC) lyon
Run the code above in your browser using DataLab