process_age: process_age

View source: R/janno_process_age.R

process_ageR Documentation

process_age

Description

Process all valid dates in a janno table.

Usage

process_age(
  x,
  choices = c("Date_BC_AD_Prob", "Date_BC_AD_Start_Derived", "Date_BC_AD_Median_Derived",
    "Date_BC_AD_Stop_Derived", "Date_BC_AD_Sample"),
  n = 100,
  cal_curve = "intcal20",
  ...
)

Arguments

x

an object of class janno

choices

character vector. Which output columns should be added? By default all possible columns are added.

n

integer. If "Date_BC_AD_Sample" is in choices, then how many samples should be drawn?

cal_curve

String. Calibration curve to use for the (sum)calibration of radiocarbon dates (see BchronCalibrate)

...

further arguments passed to or from other methods


poseidon-framework/anno2janno documentation built on March 15, 2024, 4:30 a.m.