Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 695 Bytes

example.org

File metadata and controls

34 lines (24 loc) · 695 Bytes

Examples

[2016-06-29 Wed 20:58]

library(devtools)
load_all("~/git/orgr/orgR")
qs.file = "~/git/org/Archive/qs.org"
clock.ds <- GetClockTable(qs.file)
clock.ds$duration = as.numeric(clock.ds$end - clock.ds$start , unit="secs")
library(grid)
library(gridExtra)
p = view.Clock(clock.ds)
grid.draw(p)

/tmp/babel-1556xjA/figure-15569FU.pdf