-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathMontrealTemp.Rd
37 lines (33 loc) · 890 Bytes
/
MontrealTemp.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
\name{MontrealTemp}
\alias{MontrealTemp}
\docType{data}
\title{
Montreal Daily Temperature
}
\description{
Temperature in degrees Celsius in Montreal each day from 1961 through
1994
}
\usage{data(MontrealTemp)}
\format{
A numeric array with dimnames = list(1961:1994, names(dayOfYear)).
}
%\details{}
%\source{}
\references{
Ramsay, James O., Hooker, Giles, and Graves, Spencer (2009),
\emph{Functional data analysis with R and Matlab}, Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2005),
\emph{Functional Data Analysis, 2nd ed.}, Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2002),
\emph{Applied Functional Data Analysis}, Springer, New York.
}
\seealso{
\code{\link{CanadianWeather}}
\code{\link{monthAccessories}}
}
\examples{
data(MontrealTemp)
JanuaryThaw <- t(MontrealTemp[, 16:47])
}
\keyword{datasets}