View source: R/build_c14_matrix.R
build_c14_matrix | R Documentation |
Build C14 Matrix.
build_c14_matrix(c14_dates, BP = TRUE, resolution = -1)
c14_dates |
A matrix with two columns. The first column should contain uncalibrated radiocarbon date means and the second should contain the associated errors. |
BP |
Logical. Use Before Present (BP) timescale? |
resolution |
Desired temporal resolution in years. |
A list with two elements. The first element is a chronological uncertainty (chronun) matrix containing a number of columns equal to the number of dates (rows) in the c14_matrix. Each column contains a single calibrated radiocarbon date density. The rows contain samples of the corresponding calibrated date density. The second element in the returned list contains the time range spanned by all calibrated dates. This range and the resolution argument can be used to recover time-stamps for each column in the chronun matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.