ozone {fields}R Documentation

Data set of ozone measurements at 20 Chicago monitoring stations.

Description

The ozone data is a list of components, x and y. x component is longitude and latitude position of each of the 20 Chicago monitoring stations, y is the average daily ozone values over the time period 6/3/87-8/30/87 and lon.lat is the longitude-latitude locations of the data.

Usage

data(ozone)

Format

This data set is a list containing the following components:

Source

AIRS, the EPA air quality data base.

See Also

Tps, Krig

Examples

fit<- Tps(ozone$x, ozone$y) 
# fitting a surface to ozone measurements. 
surface( fit, type="I")

[Package fields version 2.0.1 Index]