View source: R/redux2isoplotr.R
| redux2isoplotr | R Documentation |
ArArRedux data to IsoplotRCreates a data object compatible with the IsoplotR package
redux2isoplotr(
x,
irr,
fract = NULL,
ca = NULL,
k = NULL,
format = 1,
file = NULL
)
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 ( |
an object of class ArAr, i.e. a table with the
following columns: 'Ar4036', 'errAr4036',
'Ar3936', 'errAr3936', 'Ar4039', and
'errAr4039'
data(Melbourne)
print(redux2isoplotr(Melbourne$X,Melbourne$irr))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.