R/data-water_vapour_pressure.R

#' Vapour Pressure of Water (Wikipedia)
#'
#' A table containing the vapor pressure of water at different temperatures &
#' pressures.
#'
#'
#'
#' @format A data.table data frame with 21 rows and 5 variables:
#' \describe{
#' \item{T, degrees C}{Temperature in degrees Celsius}
#' \item{T, degrees F}{Temperature in degrees Fahrenheit}
#' \item{P, kPa}{Pressure in kilo Pascals}
#' \item{P, torr}{Pressure in Torricelli}
#' \item{P, atm}{Pressure in atmospheres}
#' }
#'
#' @source
#' Wikimedia Foundation, Inc. Wikipedia, 6 September 2023, "Vapour pressure of water", \url{https://en.wikipedia.org/wiki/Vapour_pressure_of_water}.
#'
#'
#'
#'
#'
#'
"water_vapour_pressure"
#> [1] "water_vapour_pressure"

Try the iemiscdata package in your browser

Any scripts or data that you put into this service are public.

iemiscdata documentation built on Sept. 26, 2023, 1:07 a.m.