redux2isoplotr {ArArRedux} | R Documentation |
Export ArArRedux
data to IsoplotR
Description
Creates a data object compatible with the IsoplotR
package
Usage
redux2isoplotr(x, irr, fract = NULL, ca = NULL, k = NULL, format = 1,
file = NULL)
Arguments
x |
an object of class |
irr |
the irradiation schedule |
fract |
list with air shot data (one item per denominator isotope) |
ca |
an object of class |
k |
an object of class |
format |
input format for
(other formats will be added later) |
file |
optional ( |
Value
an object of class ArAr
, i.e. a table with the
following columns: 'Ar4036'
, 'errAr4036'
,
'Ar3936'
, 'errAr3936'
, 'Ar4039'
, and
'errAr4039'
Examples
data(Melbourne)
print(redux2isoplotr(Melbourne$X,Melbourne$irr))
[Package ArArRedux version 1.0 Index]