Learn R Programming

psychrolib (version 2.5.2)

GetTFahrenheitFromTRankine: Utility function to convert temperature to degree Fahrenheit (degreeF) given temperature in degree Rankine (degreeR).

Description

Utility function to convert temperature to degree Fahrenheit (degreeF) given temperature in degree Rankine (degreeR).

Usage

GetTFahrenheitFromTRankine(TRankine)

Arguments

TRankine

A numeric vector of temperature in degree Rankine (degreeR)

Value

A numeric vector of temperature in degree Fahrenheit (degreeF)

Notes

Exact conversion.

References

ASHRAE Handbook - Fundamentals (2017) ch. 1 section 3

Examples

Run this code
# NOT RUN {
GetTFahrenheitFromTRankine(500:600)

# }

Run the code above in your browser using DataLab