powered by
Converting 'xts' object to 'ts' object
xts_to_ts(xts.obj)
a univariate 'xts' object
# NOT RUN { data("Michigan_CS", package = "TSstudio") class(Michigan_CS) ts_plot(Michigan_CS) Michigan_CS_ts <- xts_to_ts(Michigan_CS) ts_plot(Michigan_CS_ts) # }
Run the code above in your browser using DataLab