f_to_c: Fahrenheid converter

Description Usage Arguments Value Examples

View source: R/f_to_c.r

Description

This function coverts the input from Fahrenheid to Celsius

Usage

1
f_to_c(temp_F)

Arguments

temp_F

Numeric value for temperature in Fahrenheid.

Value

Numeric value representing the temperature in temp_F converted to Celsius.

Examples

1
2
f_to_c(72)
f_to_c(222)

UWStat302-student/UWStat302Package documentation built on Dec. 31, 2020, 5:39 p.m.