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 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:

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]