Learn R Programming

skyscapeR (version 1.0.0)

BC.AD: Converts year number (epoch) to calendar year

Description

Converts year number (epoch) to calendar year

Usage

BC.AD(year)

Arguments

year

year number

Examples

Run this code
# NOT RUN {
BC.AD(100)
BC.AD(0)
BC.AD(-1)
BC.AD(-99)
BC.AD(-100)
# }

Run the code above in your browser using DataLab