f_to_c: Fahrenheit converter

Description Usage Arguments Value

View source: R/f_to_c.R

Description

This function converts temperature from Fahrenheit to Celsius.

Usage

1
f_to_c(temp_F)

Arguments

temp_F

Numeric indicating temperature in Fahrenheit.

Value

Numeric indicating temperature temp_F converted to Celsius.


Zhaoyu-Andrew/xxx documentation built on March 16, 2020, 12:18 a.m.