location.NY {EnviroStat}R Documentation

Locations of New York ozone measuring stations.

Description

The location.NY data frame consists of geographical coordinates of nine stations in New York State numbered for our purposes from 1 to 9.

Usage

data(location.NY)

Format

A data frame with 9 observations on the following 2 variables.

lat

Station latitude

long

Station longitude

See Also

This dataset accompanies the ozone measurements in ozone.NY.

Examples

data(location.NY)
plot(location.NY[,1], location.NY[,2])

[Package EnviroStat version 0.4-2 Index]