| airmiles | R Documentation | 
The revenue passenger miles flown by commercial airlines in the United States for each year from 1937 to 1960.
airmiles
A time series of 24 observations; yearly, 1937–1960.
F.A.A. Statistical Handbook of Aviation.
Brown, R. G. (1963) Smoothing, Forecasting and Prediction of Discrete Time Series. Prentice-Hall.
require(graphics)
plot(airmiles, main = "airmiles data",
     xlab = "Passenger-miles flown by U.S. commercial airlines", col = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.