calc_rayleigh: Calculate the Rayleigh Isotope Curve

Description Usage Arguments Value Examples

View source: R/calc_rayleigh.R

Description

This function calculates the delta values of the residual material along a Rayleigh curve and returns a data.frame of results.

Usage

1
calc_rayleigh(delta_initial, epsilon, element = NULL)

Arguments

delta_initial

The initial delta value

epsilon

The isotope enrichement factor

element

(optional) The element system, C, Hsmow, N, or Osmow

Value

data.frame of results

Examples

1
2
calc_rayleigh(-20, -15)
calc_rayleigh(-20, -15, "C")

biogeochem/rayleigh documentation built on Feb. 24, 2020, 1:30 a.m.