trans: Create transformation objects for psychrometric chart

Description Usage Arguments Examples

Description

Create transformation objects for psychrometric chart

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13

Arguments

units

A string indicating the system of units chosen. Should be either "SI" or "IP".

Examples

1
2
3
4
5
6
plot(drybulb_trans("SI"), xlim = c(0, 5))
plot(humratio_trans("SI"), xlim = c(0, 1000))
plot(relhum_trans("SI"), xlim = c(0, 1))
plot(wetbulb_trans("SI"), xlim = c(-50, 40))
plot(vappres_trans("SI"), xlim = c(1000, 4000))
plot(specvol_trans("SI"), xlim = c(0.8, 1))

hongyuanjia/ggpsychro documentation built on Feb. 3, 2021, 12:31 p.m.