projects
/
epclust.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
'update'
[epclust.git]
/
epclust
/
tests
/
testthat
/
helper-common.R
Commit
Line
Data
40f12a2f
BA
1
# Shorthand: map 1->1, 2->2, 3->3, 4->1, ..., 149->2, 150->3, ... (if base==3)
2
I = function(i, base)
3
(i-1) %% base + 1