calculate_12CO2: calculate_12CO2

View source: R/isotope_conversions.R

calculate_12CO2R Documentation

calculate_12CO2

Description

calculate_12CO2

Usage

calculate_12CO2(total_co2, delta13C, f = 0.00474)

Arguments

total_co2

Vector of CO2 mole fractions.

delta13C

Vector of d13C values.

f

Fraction of CO2 that is not 12CO2 or 13CO2. Assumed fixed at 0.00474

Value

Vector of 12CO2 mole fractions.

Author(s)

Rich Fiorella rfiorella@lanl.gov

Examples

calculate_12CO2(total_co2 = 410, delta13C = -8.5)


NEONiso documentation built on Sept. 20, 2023, 9:07 a.m.