Create transformation objects for psychrometric chart

drybulb_trans(units)

humratio_trans(units)

relhum_trans(units)

wetbulb_trans(units)

vappres_trans(units)

specvol_trans(units)

enthalpy_trans(units)

Arguments

units

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

Examples

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))