Estimation of respiration at reference temperature (RRef) and temperature sensitivity (E0) for one window.

partGL_FitNight_1win_RRef(
  dss,
  winInfo,
  prevRes = list(),
  E0Win,
  controlGLPart = partGLControl(),
  TRef = 15
)

Arguments

dss

data.frame with numeric columns NEE, isNight, Temp, Rg

winInfo

one-row data.frame with window information, including iWindow

prevRes

component prevRes from previous result, here not used.

E0Win

data.frame with columns E0 and sdE0, RRefFit, and TRefFit with one row for each window

controlGLPart

list of further default parameters

TRef

numeric scalar of Temperature (degree Celsius) for reference respiration RRef

Value

named scalar, RRef

Details

If there are too few records (n < controlGLPart$minNRecInDayWindow) then return NA.