CRAN
ArArRedux 1.0
Rigorous Data Reduction and Error Propagation of Ar40 / Ar39 Data
Released Oct 3, 2018 by Pieter Vermeesch
Processes noble gas mass spectrometer data to determine the isotopic composition of argon (comprised of Ar36, Ar37, Ar38, Ar39 and Ar40) released from neutron-irradiated potassium-bearing minerals. Then uses these compositions to calculate precise and accurate geochronological ages for multiple samples as well as the covariances between them. Error propagation is done in matrix form, which jointly treats all samples and all isotopes simultaneously at every step of the data reduction process. Includes methods for regression of the time-resolved mass spectrometer signals to t=0 ('time zero') for both single- and multi-collector instruments, blank correction, mass fractionation correction, detector intercalibration, decay corrections, interference corrections, interpolation of the irradiation parameter between neutron fluence monitors, and (weighted mean) age calculation. All operations are performed on the logs of the ratios between the different argon isotopes so as to properly treat them as 'compositional data', sensu Aitchison [1986, The Statistics of Compositional Data, Chapman and Hall].
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>ArArRedux</artifactId> <version>1.0-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:ArArRedux')
Test Results
This package was last tested against Renjin 0.9.2692 on Oct 21, 2018.
- Melbourne-examples
- average-examples
- averagebyday-examples
- blankcorr-examples
- calibration-examples
- clcorrection-examples
- concat-examples
- decaycorrection-examples
- fitlogratios-examples
- fractionation-examples
- get4039-examples
- getJfactors-examples
- getages-examples
- getmasses-examples
- interference-examples
- loaddata-examples
- loadirradiations-examples
- massfractionation-examples
- param-examples
- plot-examples
- plotcorr-examples
- process-examples
- read-examples
- redux2isoplotr-examples
- subset-examples
- summary-examples
- weightedmean-examples