Description Usage Arguments Value Author(s) References Examples
Performs the non-stationary ratio test described by Mahrt (1998)
1 | mahrt(x)
|
x |
two-column dataframe containing raw high-frequency time series of vertical wind component (i.e. W) and scalar atmospheric variable (e.g. CO2). |
Returns the non-stationary ratio test statistic.
Domenico Vitale
Mahrt L (1998) Flux sampling errors for aircraft and towers, J. Atmos. Ocean. Tech., 15, 416-429, https://doi.org/10.1175/1520-0426(1998)015<0416:fsefaa>2.0.co;2.
1 2 3 | PATH_RAWDATA <- system.file("extdata", "DE-HoH_EC_201907301200_v01.csv", package = "RFlux")
data(closed_path_rawdata)
mahrt(data.frame("W"=closed_path_rawdata$W,"CO2"=closed_path_rawdata$CO2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.