View source: R/util_functions.R
zoo_to_ts | R Documentation |
Converting 'zoo' object to 'ts' object
zoo_to_ts(zoo.obj)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.