GUI_collection {vctsfr} | R Documentation |
Launches the web-based GUI for visualizing time series
Description
Launches the web-based GUI for visualizing a collection of time series in a web browser.
Usage
GUI_collection(collection)
Arguments
collection |
a list with the collection of time series. Each component
of the list must have been built with the |
Details
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.
Value
Nothing
Examples
# create a collection of two time series and visualize them
c <- list(ts_info(USAccDeaths), ts_info(ldeaths))
GUI_collection(c)
[Package vctsfr version 0.1.1 Index]