Coder Social home page Coder Social logo

om_fractions's Introduction

Organic matter fractions

David Kaiser 26 Juni 2018

Description

A function to calculate the fractions of marine ("fm") and terrigenous ("ft") organic matter in a mixed sample in a two-endmember model using stable carbon isotope values. Two methods of calculation are possible, i.e. "jasper" and "shultz", the results are identical. "jasper" and "shultz" originally calculate fm and ft, respectively. The other fraction is calculted as the difference from 1. The result is a named list containing "fm" and "ft".

Arguments

d13Csample -- the δ13C value of the sample, in ‰

d13Cterrigenous -- the δ13C value of the terrigenous reference, in ‰

d13Cmarine -- the δ13C value of the marine reference, in ‰

method = "jasper" -- method to be used, "jasper" or "shultz"; defaults to "jasper"

Result

A named list containing the numeric values "fm" and "ft", respectively representing the marine fraction and the terrestrial fraction in the sample.

Examples

with default method

OM_fractions(d13Csample = -21.4,
                d13Cterrigenous = -28.7,
                d13Cmarine = -20.9)
$fm
[1] 0.9358974

$ft
[1] 0.06410256

with method = "shultz"

OM_fractions(d13Csample = -21.4,
                d13Cterrigenous = -28.7,
                d13Cmarine = -20.9,
             method = "shultz")
$fm
[1] 0.9358974

$ft
[1] 0.06410256

References

Jasper and Gagosian (1990) The sources and deposition of organic matter in the Late Quaternary Pigmy Basin, Gulf of Mexico, Geochimica et Cosmochimica Acta Vol. 54, pp. 1117-1132

Shultz and Clader (1976) Organic carbon 13C/12C variations in estuarine sediments, Geochimica et Cosmochimica Acta Vol. 40, pp. 381-385

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.