Learn R Programming

faraway (version 1.0.8)

ozone: Ozone in LA in 1976

Description

A study the relationship between atmospheric ozone concentration and meteorology in the Los Angeles Basin in 1976. A number of cases with missing variables have been removed for simplicity.

Arguments

Format

A data frame with 330 observations on the following 10 variables.

O3

Ozone conc., ppm, at Sandbug AFB.

vh

a numeric vector

wind

wind speed

humidity

a numeric vector

temp

temperature

ibh

inversion base height

dpg

Daggett pressure gradient

ibt

a numeric vector

vis

visibility

doy

day of the year

Examples

Run this code

data(ozone)
## maybe str(ozone) ; plot(ozone) ...

Run the code above in your browser using DataLab