TimeSeries-class | R Documentation |
An S4 class to represent time series.
A time series object is an n x m x p
array, with
n
being the number of observations, m
being the number of series
and with the p
columns of the third dimension containing extra
variables for each series.
.Data
A n x m x p
numeric
array
giving the observed time-series values.
.Time
A length-n
RataDie
object.
This class inherits from array
.
N. Frerebeau
Other classes:
AD-class
,
BC-class
,
BCE-class
,
BP-class
,
CE-class
,
GregorianCalendar-class
,
JulianCalendar-class
,
RataDie-class
,
TimeIntervals-class
,
TimeScale-class
,
b2k-class
Other time classes:
RataDie-class
,
TimeIntervals-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.