C_to_F: Celsius to Fahrenheit

Description Usage Arguments Value See Also Examples

Description

C_to_F converts the temperature units in Celsius to Fahrenheit

Usage

1
C_to_F(x)

Arguments

x

Numeric vector of temperatures in Celsius

Value

A numeric vector of temperatures in Fahrenheit

See Also

C_to_K, F_to_K

Examples

1
2
C_to_F(32) # Converts from 32 C to Fahrenheit
C_to_F(44) # Converts from 44 C  to Fahrenheit

anildolgun/example documentation built on May 24, 2019, 12:35 a.m.