GetTFahrenheitFromTRankine {psychrolib}R Documentation

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

GetTFahrenheitFromTRankine(500:600)


[Package psychrolib version 2.5.2 Index]