psy_const {BrazilMet} | R Documentation |
Psychrometric constant (kPa/°C) is calculated in this function.
psy_const(Patm)
Patm |
Atmospheric pressure (kPa) |
A data.frame object with the psychrometric constant calculated.
Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha
## Not run:
psy_df <- psy_const(Patm)
## End(Not run)