calcClosedChamberFluxForChunks: calcClosedChamberFluxForChunks

View source: R/severalChunks.R

calcClosedChamberFluxForChunksR Documentation

calcClosedChamberFluxForChunks

Description

apply calcClosedChamberFlux for each chunk in data

Usage

calcClosedChamberFluxForChunks(ds, colChunk = "iChunk", 
    ..., volume, volumesByChunk, isVerbose = TRUE)

Arguments

ds

tibble or data.frame

colChunk

column name (scalar string) holding a factor unique to each chunk

...

further arguments to calcClosedChamberFlux

volume

volume inside the chamber im [m3]

volumesByChunk

tibble or data.frame with column <colChunk> and column volume giving a volume for each chunk identifier By default, value of argument volume is used for eah chunkg Allows for adjusting the chamber volume across different chunks (argument volumne in calcClosedChamberFlux)

isVerbose

set to FALSE to avoid messages

Value

a tibble with a row for each measurement cycle and additional column <colChunk> identifying the measurement cycle

Author(s)

Thomas Wutzler, Oscar Perez Priego


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