get.isotope.standard: Helper function to access information in the...

View source: R/get.isotope.standard.R

get.isotope.standardR Documentation

Helper function to access information in the isotope.standards dataframe

Description

This function is used to pull out isotope standard data from the isotope.standards dataframe easily and efficiently. The isotope.standards dataframe contains only raw isotope ratios, so this function also will convert to delta value relative to the common international standard.

Usage

get.isotope.standard(std, isotope.system)

Arguments

std

Character vector with name(s) of the isotope standard of interest.

isotope.system

Character vector of length one indicating the (single) isotope system of interest. Currently supported isotope systems are "C", "N", "S", "H", "O18", "O17".

Value

A list with the following elements.

delta

Numeric value of the standard in delta notation for the given isotope system. Uses the most common international standard for each isotope system. Specifically, VPDB for C, air for N, VCDT for S, and VSMOW for H, O18, and O17.

std.R

The ratio of heavy to light isotope of the standard for the given isotope system (e.g., 13C/12C)

R

The ratio of the standard relative to ratio of the common international standard for the given isotope system (i.e., R_std/R_VPDB)

massPct

The mass percent of the standard for the given isotope system.

Author(s)

Gordon W. Holtgrieve


gholtgrieve/HEEL documentation built on Nov. 20, 2023, 10:59 a.m.