launchApp {Rfssa} | R Documentation |
Launch Shiny Application for FSSA Demonstration
Description
This function launches a Shiny app to facilitate the understanding of univariate
or multivariate Functional Singular Spectrum Analysis (fssa
). The app
enables users to perform univariate or multivariate FSSA on various data types,
including simulated and real data provided by the server. Users can also upload
their own data. The app supports simultaneous comparisons of different methods,
such as multivariate vs. univariate FSSA, and allows users to select the number
and types of basis elements used for estimating Functional Time Series
(funts
) objects. It offers plotting capabilities for both
funts
and fssa
.
Usage
launchApp(type = "ufssa")
Arguments
type |
Type of FSSA with options of |
Value
A shiny application object.
Examples
## Not run:
launchApp()
## End(Not run)
[Package Rfssa version 3.1.0 Index]