location.NY {EnviroStat} | R Documentation |
The location.NY
data frame consists of geographical
coordinates of nine stations in New York State
numbered for our purposes from 1 to 9.
data(location.NY)
A data frame with 9 observations on the following 2 variables.
lat
Station latitude
long
Station longitude
This dataset accompanies the ozone measurements in ozone.NY.
data(location.NY) plot(location.NY[,1], location.NY[,2])