Learn R Programming

fields (version 5.02)

ozone: 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.

Arguments

source

AIRS, the EPA air quality data base.

See Also

Tps, Krig

Examples

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

Run the code above in your browser using DataLab