Convert a Time Indexed Series to a Time Series
Constructs a ts
object from a tis
object. The tis
object's starting year
, starting
cycle
, and frequency
, along with the object's data, in a
call to the ts
function.
## S3 method for class 'tis' as.ts(x, ...)
x |
a |
... |
Ignored |
The tis
class covers more frequencies than the ts
class does, so the conversion may not be accurate.
A ts
object with the same data as x
, and with
starting time and frequency given by:
start = c(year(xstart), cycle(xstart)) frequency = frequency(x)
The tis
class covers more frequencies than the ts
class does, so the conversion may not be accurate.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.