decaycorrection: Correct for radioactive decay occurred since irradiation

View source: R/decay.R

decaycorrectionR Documentation

Correct for radioactive decay occurred since irradiation

Description

Correct for radioactive decay of neutron-induced 37Ar and 39Ar occurred since irradiation

Usage

decaycorrection(X, irr, isotope)

Arguments

X

an objects of class redux

irr

the irradiation schedule

isotope

a string denoting the isotope that needs correcting

Value

an object of class redux

Examples

data(Melbourne)
C <- calibration(Melbourne$X,"DCAL")
A <- massfractionation(C,Melbourne$fract)
D9 <- decaycorrection(A,Melbourne$irr,"Ar39")
plotcorr(D9)

ArArRedux documentation built on July 21, 2026, 1:07 a.m.