powered by
ArArRedux
IsoplotR
Creates a data object compatible with the IsoplotR package
redux2isoplotr(x, irr, fract = NULL, ca = NULL, k = NULL, format = 1, file = NULL)
an object of class redux
redux
the irradiation schedule
list with air shot data (one item per denominator isotope)
an object of class logratios with Ca-interference data (not necessary if interferences are included in X)
logratios
an object of class logratios with K-interference data (not necessary if interferences are included in X)
input format for IsoplotR. I.e. one of
1: 39/40, s[39/40], 36/40, s[36/40], 39/36, s[39/36]
1
(other formats will be added later)
optional (.csv) file name to write the output to.
.csv
an object of class ArAr, i.e. a table with the following columns: 'Ar4036', 'errAr4036', 'Ar3936', 'errAr3936', 'Ar4039', and 'errAr4039'
ArAr
'Ar4036'
'errAr4036'
'Ar3936'
'errAr3936'
'Ar4039'
'errAr4039'
# NOT RUN { data(Melbourne) print(redux2isoplotr(Melbourne$X,Melbourne$irr)) # }
Run the code above in your browser using DataLab