The R Project SVN R

Rev

Rev 4057 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

\name{pressure}
\alias{pressure}
\title{Vapor Pressure of Mercury as a Function of Temperature}
\usage{data(pressure)}
\description{
    Data on the relation between temperature in degrees Celsius and
    vapor pressure of mercury in millimeters (of mercury).
}
\format{
    A data frame with 19 observations on 2 variables.
    \tabular{rlll}{
        [, 1] \tab temperature \tab numeric \tab temperature (deg C) \cr
    [, 2] \tab pressure    \tab numeric \tab pressure (mm)
    }
}
\source{
    R. C. Weast, Editor (1973).
    \emph{Handbook of Chemistry and Physics}.
    CRC Press.
}
\references{
    McNeil, D. (1977).
    \emph{Interactive Data Analysis}.
    New York: Wiley.
}
\keyword{datasets}