R/updateRxC.R

"updateRxC" <-
function(tc) {
  if (tc$currcol==tc$RxC[2]) {
    tc$currcol <- 1
    tc$currrow <- tc$currrow + 1
  } else {
    tc$currcol <- tc$currcol + 1
  }
tc
}
chrisadolph/tileForShiny documentation built on Feb. 6, 2022, 12:34 a.m.