powered by
fahrenheit.to.celsius
fahrenheit.to.celsius(T.fahrenheit, round = 2)
celsius.to.fahrenheit
# Convert from Fahrenheit to Celsius. data(norfolk) norfolk$TempC <- fahrenheit.to.celsius(norfolk$TemperatureF) norfolk
Run the code above in your browser using DataLab