July 1996 ozone measurements for Los Angeles basin monitoring stations.

laozone

Format

An sf data frame with 32 rows, 8 variables, and a geometry column:

STATION

monitoring station identifier

MAXDAY

maximum daily ozone for the month

AV8TOP

monthly average of highest 8 hour daily averages

MONITOR

monitoring station identifier

LAT

latitude

LON

longitude

X_COORD

X-coordinate, projected, UTM

Y_COORD

Y-coordinate, projected, UTM

Source

US Environmental Protection Agency.

Details

Sf object, undefined Coordinate Reference System

Examples

if (requireNamespace("sf", quietly = TRUE)) { library(sf) data(laozone) plot(laozone["AV8TOP"]) }