CRAN

deltar 1.0.0

Calculation of Delta R Values

Released Aug 30, 2017 by Timur Khasanov

This package is available for Renjin and there are no known compatibility issues.

Dependencies

Bchron 4.2.7

Computes the regional correction factor of 14C age offset in marine-derived samples (Delta R). This is possible with the recently established "marine13" calibration curve and the 'BchronCalibrate' function from the 'Bchron' package. The algorithm of Delta R computation includes four steps: measure radiocarbon age of a marine sample; identify its true age; compute its modeled radiocarbon age corresponding to the true age; and finally calculate the difference between its measured and modeled radiocarbon ages. This package has functions that compute Delta R with three methods: by using marine samples with known collection dates (before 1950s), usually molluscan shells from museum collections, (function dr_shell()); by measuring other radioactive isotopes, mainly uranium-thorium (230Th/234U), ratio (dr_pair() function and the "pair" method in the dr_df() function); and finally by using a pair of coeval samples, one being marine and the other terrestrial (dr_pair() function and the "pair" method for the dr_df() function as well). Usually such samples originate from archaeological sites where the context, in which paired samples were found, is taken as a guarantee of their synchronicity. References: Oeschger H, Siegenthaler U, Schotterer U, Gugelmann A (1975) Reimer PJ, Bard E, Bayliss A, Beck JW, Blackwell PG, Bronk Ramsey C, Buck CE, Cheng H, Edwards RL, Friedrich M, Grootes PM, Guilderson TP, Haflidason H, Hajdas I, Hatté C, Heaton TJ, Hoffmann DL, Hogg AG, Hughen KA, Kaiser KF, Kromer B, Manning SW, Niu M, Reimer RW, Richards DA, Scott EM, Southon JR, Staff RA, Turney CSM, van der Plicht J (2013) Soulet G (2015) Stuiver M, Braziunas TF (1993) .

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>deltar</artifactId>
    <version>1.0.0-b14</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:deltar')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R

View GitHub Mirror

Release History