Here we compute the scaleogram with the help of biwavelet package.
1 2 | plot_scaleogram(ts, cwt.mother = "morlet", force.oscilate = TRUE,
title = "Scaleogram with '%s' cwt")
|
ts |
The input regular time series |
cwt.mother |
Mother wavelet used in the continuous wavelet transform. |
force.oscilate |
Introduce additional oscilations by setting each even sample to zero. |
title |
Title of the scaleogram |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.