powered by
Converts temperature recorded in Celsius to Fahrenheit.
celsius_to_fahrenheit(t_celsius)
Temperature recorded in Celsius.
A numeric vector.
numeric
# NOT RUN { celsius_to_fahrenheit(33) celsius_to_fahrenheit(0) # }
Run the code above in your browser using DataLab