Last chance! 50% off unlimited learning
Sale ends in
fahrenheit.to.kelvin
creates a numeric vector of temperatures in
Kelvin from a numeric vector of temperatures in Fahrenheit.
fahrenheit.to.kelvin(T.fahrenheit, round = 2)
kelvin.to.fahrenheit
# Convert from Fahrenheit to Kelvin.
data(norfolk)
norfolk$TempuratureK <- fahrenheit.to.kelvin(norfolk$TemperatureF)
norfolk
Run the code above in your browser using DataLab