convert2Fahrenheit: Convert temperature to Fahrenheit

Description Usage Arguments Examples

View source: R/convertTemperatures.R

Description

Converts temperature measurements into Fahrenheit

Usage

1
convert2Fahrenheit(temp, input)

Arguments

temp

The value of the temperature to convert

input

The unit of the temperature to convert, allowed values are "K", "C".

Examples

1
2
3
4
## Not run: 
convert2Fahrenheit(15, input = "C")

## End(Not run)

sonicscrewdriver documentation built on May 2, 2021, 5:06 p.m.