B_from_a {isogeochem} | R Documentation |
Isotope delta from fractionation factor
Description
B_from_a()
calculates the isotope delta value of B from the
isotope fractionation factor and the isotope delta value of A.
Usage
B_from_a(a, A)
Arguments
a |
Isotope fractionation factor between A and B. |
A |
Isotope delta value of A (‰). |
Value
Returns the Isotope delta value of B (‰).
See Also
a_A_B()
calculates the isotope fractionation factor between A and B.
A_from_a()
calculates the isotope delta value of A.
Examples
B_from_a(a = 1.033, A = 10)
[Package isogeochem version 1.1.1 Index]