laozone: Los Angeles Ozone 1996

Description Usage Format Details Source Examples

Description

July 1996 ozone measurements for Los Angeles basin monitoring stations.

Usage

1

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

Details

Sf object, undefined Coordinate Reference System

Source

US Environmental Protection Agency.

Examples

1
2
3
4
5
6
if (requireNamespace("sf", quietly = TRUE)) {
  library(sf)
  data(laozone)

  plot(laozone["AV8TOP"])
}

spatialanalysis/geodaData documentation built on Oct. 6, 2020, 12:09 p.m.