powered by
Returns the starting and ending times of a series in a ti object of length 2.
ti
dateRange(x)
a ts or tis time series
ts
tis
a ti (Time Index) object of length two. The first element is the starting time index, while the second is the ending time index.
start, end, ti, tis
start
end
# NOT RUN { aTs <- ts(1:24, start = c(2001, 1), freq = 12) aTis <- as.tis(aTs) dateRange(aTs) dateRange(aTis) # }
Run the code above in your browser using DataLab