selectDataAfterLagOscar: selectDataAfterLagOscar

Description Usage Arguments Value Author(s) See Also

View source: R/fluxEstimates.R

Description

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

Usage

1
2
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


RespChamberProc documentation built on May 2, 2019, 5:53 p.m.