From 02d8a4ae5ddb085f16b5e20a5ce45095e78d2e1c Mon Sep 17 00:00:00 2001 From: ddurden Date: Mon, 14 Nov 2022 05:33:20 +0000 Subject: [PATCH] - repackaging --- pack/eddy4R.base/man/def.irga.vali.cor.Rd | 4 ++-- pack/eddy4R.base/man/wrap.irga.vali.Rd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pack/eddy4R.base/man/def.irga.vali.cor.Rd b/pack/eddy4R.base/man/def.irga.vali.cor.Rd index be94dd21..d88f5f4c 100644 --- a/pack/eddy4R.base/man/def.irga.vali.cor.Rd +++ b/pack/eddy4R.base/man/def.irga.vali.cor.Rd @@ -11,7 +11,7 @@ def.irga.vali.cor( valiData, valiCrit = FALSE, ScalMax = FALSE, - FracSlpMax = FALSE, + FracSlp = FALSE, OfstMax = FALSE, Freq = 20 ) @@ -29,7 +29,7 @@ def.irga.vali.cor( \item{ScalMax}{Maximum scale value. The validation correction will not apply if scale (resulted from maximum-likelihood fitting of a functional relationship (MLFR)) is greater than ScalMax or ScalMax = FALSE. Defaults to FALSE.} -\item{FracSlpMax}{Maximum fraction of slope value. The validation correction will not apply if slope (resulted from regression fitting) is greater than the FracSlpMax or FracSlpMax = FALSE. Defaults to FALSE.} +\item{FracSlp}{Upper and lower bounds of slope values. The validation correction will not apply if slope (resulted from regression fitting) is greater/lower than the FracSlp maximum or minimum value or FracSlp = FALSE. Defaults to FALSE.} \item{OfstMax}{Maximum offset value. The validation correction will not apply if slope (resulted from regression fitting) is greater than the OfstMax (unit in mol mol-1) or OfstMax = FALSE. Defaults to FALSE.} diff --git a/pack/eddy4R.base/man/wrap.irga.vali.Rd b/pack/eddy4R.base/man/wrap.irga.vali.Rd index d53301fb..177d7805 100644 --- a/pack/eddy4R.base/man/wrap.irga.vali.Rd +++ b/pack/eddy4R.base/man/wrap.irga.vali.Rd @@ -10,7 +10,7 @@ wrap.irga.vali( gasRefe, DateProc, ScalMax = FALSE, - FracSlpMax = FALSE, + FracSlp = FALSE, OfstMax = FALSE ) } @@ -25,7 +25,7 @@ wrap.irga.vali( \item{ScalMax}{Maximum scale value. The validation correction will not apply if scale (resulted from maximum-likelihood fitting of a functional relationship (MLFR)) is greater than ScalMax or ScalMax = FALSE. Defaults to FALSE.} -\item{FracSlpMax}{Maximum fraction of slope value. The validation correction will not apply if slope (resulted from regression fitting) is greater than the FracSlpMax or FracSlpMax = FALSE. Defaults to FALSE.} +\item{FracSlp}{Upper and lower bounds of slope values. The validation correction will not apply if slope (resulted from regression fitting) is greater/lower than the FracSlp maximum or minimum value or FracSlp = FALSE. Defaults to FALSE.} \item{OfstMax}{Maximum offset value. The validation correction will not apply if slope (resulted from regression fitting) is greater than the OfstMax (unit in mol mol-1) or OfstMax = FALSE. Defaults to FALSE.} }