eras | R Documentation |
Definitions of common eras and time scales.
eras()
lists all available era definitions. eras(label)
looks up a
specific era by its unique, abbreviated name (e.g. "cal BP").
eras(label = NA)
label |
(Optional) Abbreviated names(s) of eras to look up. |
Looking up eras by label
uses partial matching.
A table of era definitions. This can be passed to era()
to construct an
era
object.
Other era definition functions:
era
# List all available eras
eras()
# Look up a specific era by label
eras("cal BP")
# With partial matching
eras("cal")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.