Description Usage Arguments Value Author(s)
This function performs the actual decomposition, following the steps presented in Vickers and Marht 2003
A simple multiresolution spectra is produced when only col1 is defined, and a cospectra is produced if col2 is also defined
1 | multi_res_decomp(df, col1, col2 = NULL, time_res = 0.2, inc_w_n = F)
|
df |
Data.frame containing the timeseries to be decomposed |
col1 |
Name of first column |
col2 |
Optional name of second column, when supplied cospectra of col1*col2 is produced |
time_res |
The current time resolution of the series in seconds. |
inc_w_n |
Default FALSE, when TRUE the intersitial "w_n" steps are returned. In this case function returns a list |
data.frame of spectra
W. S. Drysdale
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.