Description Usage Arguments Value Examples
View source: R/calc_rayleigh.R
This function calculates the delta values of the residual material along a Rayleigh curve and returns a data.frame of results.
1 | calc_rayleigh(delta_initial, epsilon, element = NULL)
|
delta_initial |
The initial delta value |
epsilon |
The isotope enrichement factor |
element |
(optional) The element system, C, Hsmow, N, or Osmow |
data.frame of results
1 2 | calc_rayleigh(-20, -15)
calc_rayleigh(-20, -15, "C")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.