airquality             package:datasets             R Documentation

_N_e_w _Y_o_r_k _A_i_r _Q_u_a_l_i_t_y _M_e_a_s_u_r_e_m_e_n_t_s

_D_e_s_c_r_i_p_t_i_o_n:

     Daily air quality measurements in New York, May to September 1973.

_U_s_a_g_e:

     airquality

_F_o_r_m_a_t:

     A data frame with 154 observations on 6 variables.

       '[,1]'  'Ozone'    numeric  Ozone (ppb)
       '[,2]'  'Solar.R'  numeric  Solar R (lang)
       '[,3]'  'Wind'     numeric  Wind (mph)
       '[,4]'  'Temp'     numeric  Temperature (degrees F)
       '[,5]'  'Month'    numeric  Month (1-12)
       '[,6]'  'Day'      numeric  Day of month (1-31)

_D_e_t_a_i_l_s:

     Daily readings of the following air quality values for May 1, 1973
     (a Tuesday) to September 30, 1973.


        *  'Ozone': Mean ozone in parts per billion from 1300 to 1500
           hours at Roosevelt Island

        *  'Solar.R': Solar radiation in Langleys in the frequency band
           4000-7700 Angstroms from 0800 to 1200 hours at Central Park

        *  'Wind': Average wind speed in miles per hour at 0700 and
           1000 hours at LaGuardia Airport

        *  'Temp': Maximum daily temperature in degrees Fahrenheit at
           La Guardia Airport.

_S_o_u_r_c_e:

     The data were obtained from the New York State Department of
     Conservation (ozone data) and the National Weather Service
     (meteorological data).

_R_e_f_e_r_e_n_c_e_s:

     Chambers, J. M., Cleveland, W. S., Kleiner, B. and Tukey, P. A.
     (1983) _Graphical Methods for Data Analysis_. Belmont, CA:
     Wadsworth.

_E_x_a_m_p_l_e_s:

     require(graphics)
     pairs(airquality, panel = panel.smooth, main = "airquality data")

