Learn R Programming

MPV (version 1.64)

windWin80: Winnipeg Wind Speed

Description

The windWin80 data frame has 366 observations on midnight and noon windspeed at the Winnipeg International Airport for the year 1980.

Usage

data(windWin80)

Arguments

Format

This data frame contains the following columns:

h0

a numeric vector containing the wind speeds at midnight.

h12

a numeric vector containing the wind spees at the following noon.

Examples

Run this code
data(windWin80)
ts.plot(windWin80$h12^2)

Run the code above in your browser using DataLab