View source: R/two_nuclides_plots.R
tnp_curves | R Documentation |
Compute steady state denudation and constant exposure curves for two-nuclides plots
tnp_curves( P1, P2, Lambda, S, rho, dlim = c(0.1, 1000), alim = c(100, 1e+07), n = 100 )
P1 |
production and decay parameters for the first nuclide (4 elements vector) p[1] -> unscaled spallation production rate (at/g/a) p[2] -> unscaled stopped muons production rate (at/g/a) p[3] -> unscaled fast muons production rate (at/g/a) p[4] -> decay constant (1/a) |
P2 |
production and decay parameters for the first nuclide (4 elements vector) |
S |
scaling factors (2 elements vector) S[1] -> scaling factor for spallation S[2] -> scaling factor for muons |
rho |
density (g/cm3) |
dlim |
range of denudation rates (m/Ma, optional, default 0.1-1000 m/Ma), two elements vector |
alim |
range of exposure ages (a, optional, default 100-10e6 a), two elements vector |
n |
number of evaluation points (optional default 100) |
L |
Attenuation length (3 elements vector) L[1] -> neutrons L[2] -> stopped muons L[3] -> fast muons |
a list with two dataframes containing the concentrations for the two nuclides as a function of denudation rate or exposure age
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.