View source: R/GUI_collection.R
GUI_collection | R Documentation |
Launches the web-based GUI for visualizing a collection of time series in a web browser.
GUI_collection(collection)
collection |
a list with the collection of time series. Each component
of the list must have been built with the |
The vctsfr package provides a Shiny-based GUI to visualize collections of time series and their forecasts. The main features of the GUI are:
It allows you to easily navigate through the different series.
You can select which forecasting methods are displayed.
In the case you display a single forecasting method with associated prediction intervals, you can select the prediction interval to display.
Forecasting accuracy measures are displayed.
Nothing
# create a collection of two time series and visualize them
c <- list(ts_info(USAccDeaths), ts_info(ldeaths))
GUI_collection(c)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.