Description Usage Arguments Author(s) See Also Examples
Default list of parameters for determining UStar of a single binned series
1 2 3 4 5 | usControlUstarEst(ustPlateauFwd = 10, ustPlateauBack = 6,
plateauCrit = 0.95, corrCheck = 0.5, firstUStarMeanCheck = 0.2,
isOmitNoThresholdBins = TRUE, isUsingCPTSeveralT = FALSE,
isUsingCPT = FALSE, minValidUStarTempClassesProp = 0.2,
minValidBootProp = 0.4, minNuStarPlateau = 3L)
|
ustPlateauFwd |
number of subsequent uStar bin values to compare to in fwd mode |
ustPlateauBack |
number of subsequent uStar bin values to compare to in back mode |
plateauCrit |
significant differences between a u* value and the mean of a "plateau" |
corrCheck |
threshold value for correlation between Tair and u* data |
firstUStarMeanCheck |
if first uStar bin average of a class is already larger than this value, the temperature class is skipped. |
isOmitNoThresholdBins |
if TRUE, bins where no threshold was found are ignored. Set to FALSE to report highest uStar bin for these cases |
isUsingCPTSeveralT |
set to TRUE to use changePointDetection without binning uStar but with additionally changed aggregation scheme for several temperature classifications |
isUsingCPT |
set to TRUE to use changePointDetection without binning uStar before in usual aggregation method (good for comparing methods, but not recommended, overruled by isUsingCPTSeveralT=TRUE) |
minValidUStarTempClassesProp |
seasons, in which only less than this proportion of temperature classes a threshold was detected, are excluded from aggregation |
minValidBootProp |
minimum proportion of bootstrap samples for which a threshold was detected. Below this proportion NA quantiles are reported. |
minNuStarPlateau |
minimum number of records in plateau, threshold must be larger than mean of this many bins |
TW (Department for Biogeochemical Integration at MPI-BGC, Jena, Germany)
usEstUstarThresholdSingleFw2Binned
, usControlUstarSubsetting
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.