pairing | R Documentation |
Pairs oxide/element ratios with element/element ratios for multi-element calibration, typically in the context of U-Pb and Th-Pb geochronology
pairing(lr, stand)
lr |
an object of class |
stand |
an object of class |
an object of class pairing
, i.e. a data frame with
the following columns:
X
: the parent oxide/parent ratio (e.g., 'UO/U238'
,
'ThO/Th'
),
Y
: the parent (e.g. 'U238'
, 'Th232'
),
C
(optional): the common Pb ratio
(e.g. 'Pb204/Pb206'
, 'Pb204/Pb208'
)
slope
: either 'auto'
or a numerical value if the
calibration is to use a fixed slope.
## Not run:
data('SHRIMP_UPb',package='simplex')
st <- standard(preset='Temora')
dc <- drift(x=SHRIMP_UPb)
lr <- logratios(x=dc)
cal <- calibration(lr=lr,stand=st,prefix="TEM")
plot(cal)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.