View source: R/arima_fit_components.R
| arima_fit_components | R Documentation | 
Fit ARIMA Models to Wavelet Components
arima_fit_components(components)
components | 
 2-d numeric array of wavelet components generated by wavelet_components()  | 
arima_fit_components(cbind("COMPONENT"=sin(1:50) + rnorm(50) + 10, "NOISE"=rnorm(50)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.