mrd_and_summarise: MRD and Summarise

Description Usage Arguments Author(s)

Description

Runs the Multiresolution decompostion over multiple files and returns the mean of all decompositions
Currently only implements cospectral case

Usage

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)

Arguments

dat

List of data.frames to map multi_res_decomp over

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

Author(s)

W. S. Drysdale


willdrysdale/MultiresDecomp documentation built on May 16, 2019, 5:03 a.m.