Skip to content

Instantly share code, notes, and snippets.

@isomorphisms
Created November 19, 2014 18:26
Show Gist options
  • Save isomorphisms/dbd26b0f90d9f93aeefa to your computer and use it in GitHub Desktop.
Save isomorphisms/dbd26b0f90d9f93aeefa to your computer and use it in GitHub Desktop.
Mayan long count times in lubridate
require(lubridate)
`k'in` <- ddays(1)
winal <- 20 * `k'in`
tun <- 18 * winal
`k'atun` <- 20 * tun
`b'aktun` <- 20 * `k'atun`
piktun <- 20 * `b'aktun`
kalabtun <- 20 * piktun
kinichiltun <- 20 * kalabtun
alautun <- 20 * kinichiltun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment