The wind
data frame has 40 rows and 3 columns.
The second and third columns contain annual maximum wind
speeds at Albany, New York and Hartford, Connecticut
respectively, over the period 1944 to 1983.
The first column gives the corresponding years.
data(wind)
This data frame contains the following columns:
A numeric vector of years.
Annual maximum wind speeds at Hartford.
Annual maximum wind speeds at Albany.