This help topic is for R version 0.90. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/pressure.html
pressure {base}R Documentation

Vapor Pressure of Mercury as a Function of Temperature

Description

Data on the relation between temperature in degrees Celsius and vapor pressure of mercury in millimeters (of mercury).

Usage

data(pressure)

Format

A data frame with 19 observations on 2 variables.

[, 1] temperature numeric temperature (deg C)
[, 2] pressure numeric pressure (mm)

Source

R. C. Weast, Editor (1973). Handbook of Chemistry and Physics. CRC Press.

References

McNeil, D. (1977). Interactive Data Analysis. New York: Wiley.


[Package base version 0.90 ]