| tis {TSfame} | R Documentation |
Methods to extend tframe of tis series
## S3 method for class 'tis':
tfstart(x)
## S3 method for class 'tistframe':
tfstart(x)
## S3 method for class 'tis':
tfend(x)
## S3 method for class 'tistframe':
tfend(x)
## S3 method for class 'tis':
tframe(x)
## S3 method for class 'tistframe':
tfSet(value, x)
## S3 method for class 'tis':
tfwindow(x, tf=NULL, start=tfstart(tf), end=tfend(tf), warn=TRUE)
x |
a tframe or a tframed object. |
value |
a tframe. |
start |
A start date of a format compatible with the time series |
end |
An end date of a format compatible with the time series |
tf |
A tframe or tframed object |
warn |
A logical indicating if warning should be produced |
... |
arguments to be passed to other methods. |
These methods extend tframe generics.
Depends
tframe,
tfwindow,
tfstart,
tfend,
tis