blob: 9e00709cdd7d212322a930734d2e5f2ff2ed43d2 [file] [log] [blame]
% File src/library/datasets/man/UKgas.Rd
% Part of the R package, https://www.R-project.org
% Copyright 1995-2007 R Core Team
% Distributed under GPL 2 or later
\name{UKgas}
\docType{data}
\alias{UKgas}
\title{UK Quarterly Gas Consumption}
\usage{UKgas}
\description{
Quarterly UK gas consumption from 1960Q1 to 1986Q4, in millions of therms.
}
\format{
A quarterly time series of length 108.
}
\source{
Durbin, J. and Koopman, S. J. (2001) \emph{Time Series Analysis by
State Space Methods.} Oxford University Press.
\url{http://www.ssfpack.com/dkbook/}
}
\examples{
## maybe str(UKgas) ; plot(UKgas) ...
}
\keyword{datasets}