Learn R Programming

radsafer (version 2.4.0)

dk_pct_to_num_half_life: Number of half-lives past

Description

Given a percentage reduction in activity, calculate how many half-lives have passed.

Usage

dk_pct_to_num_half_life(pct_lost)

Value

Number of half-lives passed.

Arguments

pct_lost

Percentage of activity lost since reference time.

See Also

Other decay corrections: dk_correct(), dk_time()

Examples

Run this code
dk_pct_to_num_half_life(pct_lost = 93.75)

Run the code above in your browser using DataLab