BPtoBCAD {rcarbon} | R Documentation |
Convert BP dates to BC/AD format
Description
Converts calibrated BP dates to BC/AD dates, omitting ‘year 0’
Usage
BPtoBCAD(x)
Arguments
x |
A numerical vector (currently only basic checks that these numbers are in a sensible range). |
Value
A vector with BC/BCE dates expressed as negative numbers and AD/CE dates as positive ones.
Examples
BPtoBCAD(4200)
[Package rcarbon version 1.5.1 Index]