Methods to extend tframe for timeSeries series
# S3 method for timeSeriestframe
tfstart(x)
# S3 method for timeSeriestframe
tfend(x)
# S3 method for timeSeries
Tobs(x)
# S4 method for timeSeries
Tobs(x)
# S3 method for timeSeries
tframe(x)
# S4 method for timeSeries
tframe(x)
# S3 method for timeSeries
is.tframed(x)
# S4 method for timeSeries
is.tframed(x)
# S3 method for timeSeries
tbind(x, ..., pad.start=TRUE, pad.end=TRUE, warn=TRUE)
# S4 method for timeSeries
tbind(x, ..., pad.start=TRUE, pad.end=TRUE, warn=TRUE) # S3 method for timeSeriestframe
tfSet(value, x)
# S3 method for timeSeries
tfwindow(x, tf=NULL, start=tfstart(tf), end=tfend(tf), warn=TRUE)
# S3 method for timeSeries
tfL(x, p = 1)
# S4 method for timeSeries
tfL(x, p = 1)
# S3 method for timeSeries
tfExpand(x, add.start = 0, add.end = 0)
# S4 method for timeSeries
tfExpand(x, add.start = 0, add.end = 0)
Depends
a tframe or a tframed object.
a tframe.
A start date of a format compatible with the time series
An end date of a format compatible with the time series
A tframe or tframed object
number of periods to lag
number of periods to add to the start
number of periods to add to the end
A logical indicating if warning should be produced
These methods extend tframe generics.
tframe
,
tfwindow
tfstart
,
tfend
tftime
time
time.tframed