f_to_c: Fahrenheit converter

Description Usage Arguments Value Examples

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 input indicating temperature in Fahrenheit

Value

Numeric indicating temperature temp_F converted to Celsius.

Examples

1
2
f_to_c(32)
f_to_c(212)

txqtiffany/STAT302package documentation built on Dec. 23, 2021, 1:03 p.m.