Convert Temperature from Farenheit to Celsius {ThermIndex} | R Documentation |
Converts Temperature from Farenheit to Celsius
tempftoc(tf)
tf |
Numerical Vector of Temperature Values in Farenheit |
Numerical vectors containing Temperature Values in Celsius
Francisco Jablinski Castelhano - Laboclima/ Universidade Federal do ParanĂ¡
##----Converting temperature from farenheit to celsius
tempftoc(tf= 92)