Description Usage Format See Also Examples
The location.NY
data frame consists of geographical
coordinates of nine stations in New York State
numbered for our purposes from 1 to 9.
1 |
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.
1 2 | data(location.NY)
plot(location.NY[,1], location.NY[,2])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.