-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
21 lines (21 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: humidity
Type: Package
Title: Calculate Water Vapor Measures from Temperature and Dew Point
Version: 0.1.5
Date: 2019-11-10
Authors@R: c(
person("Jun", "Cai", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0001-9495-1226"))
)
Maintainer: Jun Cai <[email protected]>
Description: Vapor pressure, relative humidity, absolute humidity, specific humidity, and mixing ratio are commonly used water vapor measures in meteorology. This R package provides functions for calculating saturation vapor pressure (hPa), partial water vapor pressure (Pa), relative humidity (%), absolute humidity (kg/m^3), specific humidity (kg/kg), and mixing ratio (kg/kg) from temperature (K) and dew point (K). Conversion functions between humidity measures are also provided.
Depends:
R (>= 2.10)
Suggests: dplyr, knitr
License: GPL-3
URL: https://github.com/caijun/humidity
BugReports: https://github.com/caijun/humidity/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
VignetteBuilder: knitr