| Line 52... |
Line 52... |
| 52 |
\item{x}{an arbitrary \R object.}
|
52 |
\item{x}{an arbitrary \R object.}
|
| 53 |
\item{\dots}{arguments passed to methods (unused for the default method).}
|
53 |
\item{\dots}{arguments passed to methods (unused for the default method).}
|
| 54 |
}
|
54 |
}
|
| 55 |
\details{
|
55 |
\details{
|
| 56 |
The function \code{ts} is used to create time-series objects. These
|
56 |
The function \code{ts} is used to create time-series objects. These
|
| 57 |
are vector or matrices with class of \code{"ts"} (and additional
|
57 |
are vectors or matrices with class of \code{"ts"} (and additional
|
| 58 |
attributes) which represent data which has been sampled at equispaced
|
58 |
attributes) which represent data which has been sampled at equispaced
|
| 59 |
points in time. In the matrix case, each column of the matrix
|
59 |
points in time. In the matrix case, each column of the matrix
|
| 60 |
\code{data} is assumed to contain a single (univariate) time series.
|
60 |
\code{data} is assumed to contain a single (univariate) time series.
|
| 61 |
Time series must have at least one observation, and although they need
|
61 |
Time series must have at least one observation, and although they need
|
| 62 |
not be numeric there is very limited support for non-numeric series.
|
62 |
not be numeric there is very limited support for non-numeric series.
|