powered by
Converting 'zoo' object to 'ts' object
zoo_to_ts(zoo.obj)
a univariate 'zoo' object
data("EURO_Brent", package = "TSstudio") class(EURO_Brent) ts_plot(EURO_Brent) EURO_Brent_ts <- zoo_to_ts(EURO_Brent) class(EURO_Brent_ts) ts_plot(EURO_Brent_ts)
Run the code above in your browser using DataLab