Learn R Programming

EnviroStat (version 0.4-2)

location.NY: 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)

Arguments

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

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

Run the code above in your browser using DataLab