launchApp | R Documentation |
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
.
launchApp(type = "ufssa")
type |
Type of FSSA with options of |
A shiny application object.
## Not run:
launchApp()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.