calc_flux: Function to calculate flux from chamber measurements

View source: R/calc_flux.R

calc_fluxR Documentation

Function to calculate flux from chamber measurements

Description

Function to calculate flux from chamber measurements

Usage

calc_flux(
  data,
  group = "kammer",
  gas = "CO2",
  Vol,
  Grundfl = NULL,
  p_kPa = 101.3,
  T_deg = NA,
  aggregate = F
)

Arguments

data

dataset with gas concentration measurements over time

group

name of the column that is used for grouping measurements ACHTUNG group sollte eine "_" enthalten da in der Funktion str_split(,"_")

gas

name of the gas

Vol

chamber Volum in ml (cm3)

Grundfl

area in m2

T_deg

Temperature in °C

aggregate

sollen die Werte nach group aggregiert werden

P_kPA

pressure in kPa

Value

data.frame with flux in different units for each group

Examples

calc_flux(split,Vol=Vol_ml,tracer_conc = 100)

laurin-f/pkg.WWM documentation built on July 19, 2023, 12:04 a.m.