View source: R/atmospheric_parameters.R
psy_const | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.