Learn R Programming

spTimer (version 0.02)

NYdata: Observations of ozone concentration levels, maximum temperature and wind speed.

Description

This data set provides the simulated values of daily 8-hour maximum average ozone concentrations (parts per billion (ppb)), maximum temperature (in degree Celsius), wind speed (knots), and relative humidity, obtained from 29 monitoring sites of New York, USA.

Usage

NYdata

Arguments

format

Columns: each contains 1798 observations.
  • 1st col = Site index (s.index),
  • 2nd col = Latitude,
  • 3rd col = Longitude,
  • 4th col = Year (year),
  • 5th col = Month (month),
  • 6th col = Day (day),
  • 7th col = Ozone (o8hrmax),
  • 8th col = Maximum temperature (cMAXTMP),
  • 9th col = Wind speed (WDSP).
  • 10th col = Relative humidity (RH).

source

US EPA

Examples

Run this code
##

data(NYdata)
head(NYdata)

##

Run the code above in your browser using DataLab