Description Usage Arguments Details Value
View source: R/bd_calc_calib_curve_frac_modern.R
Calculation the calibration curve fraction modern for input calendar dates
1 | bd_calc_calib_curve_frac_modern(calibDf, y = NA, isBP = FALSE)
|
calibDf |
The calibration data frame, with columns yearBP, uncalYearBP, and uncalYearBPError |
y |
The calendar dates y (if not input, calibDf$uncalYearBP is used) |
isBP |
(default FALSE) Whether the input dates are before present (BP), as opposed to AD |
The input calibration data frame has three columns: yearBP, uncalYearBP, and uncalYearBPError. For each input calendar date, y, use the calibration curve information to estimate the fraction modern of the calibration curve. If y is not specified, calibDf$uncalYearBP is used as the dates for the calculation. By default, dates are assumed to be AD, but this can be changed using the optional input isBP, which is FALSE by default.
The vector of calibration curve fraction modern values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.