https://github.com/cran/fda
Raw File
Tip revision: 877347f65135b34c238ac4f27de992aa38d15347 authored by J. O. Ramsay on 03 November 2009, 00:00:00 UTC
version 2.4.0
Tip revision: 877347f
ReginaPrecip.Rd
\name{ReginaPrecip}
\alias{ReginaPrecip}
\docType{data}
\title{
  Regina Daily Precipitation
}
\description{
  Temperature in millimeters in June in Regina, Saskatchewan, Canada,
  1960 - 1993, omitting 16 missing values.
}
\usage{data(ReginaPrecip)}
\format{
  A numeric vector of length 1006.
}
%\details{}
%\source{}
\references{
  Ramsay, James O., Hooker, Giles, and Graves, Spencer B. (2009)
  \emph{Functional Data Analysis with R and Matlab}, Springer, New York
  (esp. Section 5.4.3)
}
\seealso{
  \code{\link{CanadianWeather}}
  \code{\link{MontrealTemp}}
}
\examples{
data(ReginaPrecip)
hist(ReginaPrecip)

}
\keyword{datasets}
back to top