selectDataAfterLagOscar: selectDataAfterLagOscar

View source: R/fluxEstimates.R

selectDataAfterLagOscarR Documentation

selectDataAfterLagOscar

Description

Omit the data within lag-time and normalize times to start after lag

Usage

selectDataAfterLagOscar(ds, colConc = "CO2_dry", 
    colTime = "TIMESTAMP", tLagFixed = NA, 
    minTimeDataAfterBreak = 30)

Arguments

ds

data.frame with time and concentration columns

colConc

column name of CO2 concentration per dry air [ppm]

colTime

column name of time column [s]

tLagFixed

possibility to specify the lagTime (in seconds) instead of estimating them

minTimeDataAfterBreak

number of minimum time (in seconds) left after breakpoint

Value

A list with entries

lagIndex

the index of the end of the lag period

ds

the dataset ds without the lag-period (lagIndex included)

Author(s)

Thomas Wutzler, Oscar Perez Priego

See Also

RespChamberProc


bgctw/RespChamberProc documentation built on Jan. 4, 2024, 6:12 a.m.