ElemStatLearn (version 2015.6.26.2)

ozone: Ozone Data

Description

Ozone data from New York.

Usage

data(ozone)

Arguments

Format

A data frame with 111 observations on the following 4 variables.

ozone

a numeric vector

radiation

a numeric vector

temperature

a numeric vector

wind

a numeric vector

Details

Data frame with components: ozone, radiation, temperature, and wind. Measurements of daily ozone con- centration (ppb), wind speed (mph), daily maximum temperature (degrees F), and solar radiation (langleys) on 111 days from May to September 1973 in New York. This data frame is similar to air in S-PLUS (or library(data) in S), but has a different definition for ozone (air contains cube-roots of ozone).

Examples

Run this code
# NOT RUN {
str(ozone)
plot(ozone)
# }

Run the code above in your browser using DataLab