build_c14_matrix: Build C14 Matrix.

View source: R/build_c14_matrix.R

build_c14_matrixR Documentation

Build C14 Matrix.

Description

Build C14 Matrix.

Usage

build_c14_matrix(c14_dates, BP = TRUE, resolution = -1)

Arguments

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.

Value

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.


wccarleton/chronup documentation built on March 29, 2023, 1:24 a.m.