Learn R Programming

mosaicData (version 0.16.0)

CoolingWater: CoolingWater

Description

Temperature of a mug of water as it cools

Usage

data(CoolingWater)

Arguments

Format

A data frame with 222 observations of the following variables.

  • time time in minutes

  • temp temperature in Celsius

Details

The water was poured into a mug and a temperature probe inserted into the water with a few seconds of the pour.

Examples

Run this code
# NOT RUN {
data(CoolingWater)
if (require(lattice)) {
  xyplot(temp~time, data=CoolingWater)
}

# }

Run the code above in your browser using DataLab