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