HeatOrCoolAir: Function to get relative humidity after heating

Description Usage Arguments Examples

Description

Function to get relative humidity after heating

Usage

1
HeatOrCoolAir(t.pre, rh.pre, t.post, temp.list)

Arguments

t.pre

Original Dry bulb temperature

rh.pre

Original relative humidity

t.post

Final Dry bulb temperature

temp.list

the stored data from psychrometric chart

Examples

1
2
3
4
5
HeatOrCoolAir(78, 45, 56, data.chart)
$rh
[1] 97
$note
[1] ""

lolibear/psychro documentation built on May 21, 2019, 7:38 a.m.