| pb210_excess | R Documentation |
Boath activitiy and background should be arranged such that the
top of the core is first.
pb210_excess(activity, background = 0)
activity |
A vector of measured lead-210 specific activities (in Bq/kg) and
associated error. These can have |
background |
A vector of estimated background
lead-210 specific activity (in Bq/kg) and associated error.
These can have |
A vector with errors::errors() of the excess lead-210 specific activity.
Background is determined by the first point at which activity is less than
or equal to background. All excess values are set to NA below (after)
this point.
core <- pb210_simulate_core(depth_step = rep(1, 30)) %>%
pb210_simulate_counting()
pb210_excess(
set_errors(
core$activity_estimate,
core$activity_se
),
background = 10
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.