Skip to contents

Psychrometric constant (kPa/Celsius) 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

Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha

Examples

if (FALSE) { # \dontrun{
psy_df <- psy_const(Patm)
} # }