Description Usage Arguments Author(s)
Runs the Multiresolution decompostion over multiple files and returns the mean of all decompositions
Currently only implements cospectral case
1 2 3 | mrd_and_summarise(dat, id = "1hour", col1 = "w_met",
col2 = c("FD_mole_NO1", "FD_mole_NO2", "T_air", "uv_met"),
group_names = NULL, time_res = 0.2, inc_w_n = F)
|
dat |
List of data.frames to map |
id |
string identifying this run - so that results can be bound and compared |
col1 |
name or vector of first param. if this is shorter than col2, the first value will be repeated |
col2 |
name or vector of second param |
group_names |
optional, what should each output be named. Will be ignored if it is of different length to col2 |
W. S. Drysdale
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.