GUI_collection: Launches the web-based GUI for visualizing time series

View source: R/GUI_collection.R

GUI_collectionR 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 ts_info() function.

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)


vctsfr documentation built on May 29, 2024, 9:47 a.m.