Description Usage Arguments Value Note See Also Examples
Return the start or end time index for a tis
object.
1 2 3 4 5 |
x |
a |
value |
desired |
... |
ignored |
start.tis
returns the start
attribute of x
, while
end.tis
returns start(x) + nobs(x) - 1
.
start(x) <- value
returns the series x
shifted such that
it's starting time is value
.
start
and end
are generic functions with default methods
that assume x
has (or can be given) a tsp
attribute.
The default methods return a two vector as c(year, period), while the
methods described here return infinitely more useful ti
objects.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.