ybp2date | R Documentation |
These functions convert between years BP as used by pastclim (negative
numbers going into
the past, positive into the future) and standard
POSIXct
date objects.
ybp2date(x)
date2ybp(x)
x |
a time in years BP using the |
a POSIXct
date object, or a vector
ybp2date(-10000)
ybp2date(0)
# back and forth
date2ybp(ybp2date(-10000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.