binfordDates: binfordDates

Description Usage Arguments Details Value Author(s) References Examples

View source: R/binfordDates.R

Description

binfordDates uses the output of binfordRho and binfordActivity to calculate 210Pb dates using the Constant Rate of Supply (CRS) model.

Usage

1
2
binfordDates(binfordRhoOutput, binfordActivityOutput, LakeName = "Lake Name", 
CoreName = "KB1", CoreDate = 2006, CIC = FALSE)

Arguments

binfordRhoOutput

matrix or data frame containing the output data from binfordRho

binfordActivityOutput

matrix or data frame containing the output data from binfordActivity

LakeName

(defaults to "Lake Name"): name of the lake being analyzed

CoreName

(defaults to "KB1"): name of the core being analyzed

CoreDate

(defaults to 2006): year of core collection

CIC

(defaults to FALSE): logical to control whether to also calculate and plot CIC dates (NOTE: this was still being worked on when the functions were rendered obsolete, and remains incomplete)

Details

binfordDates determines the unsupported fraction of 210Pb activity using the procedure outlined in Binford (1990) and then calculates dates based on the constant rate of supply model. For input, it requires the output data from binfordRho and binfordActivity.

Value

binfordDatesOutput returns a table with 15 columns:

Author(s)

Adam Jeziorski, Joshua Thienpont

References

Binford MW (1990) Calculation and uncertainty analysis of 210PB dates for PIRLA project lake sediment cores. Journal of Paleolimnology 3: 253-267

Examples

1
2
3
4
5
#Import example input data
data(binfordRhoInput)
data(binfordActivityInput)
binfordDates(binfordRho(binfordRhoInput), binfordActivity(binfordActivityInput), 
LakeName="Test", CoreName="KB1", CIC=TRUE, CoreDate=2010)

shiggo/jezioro documentation built on Sept. 7, 2020, 7:34 p.m.