R/small_utils.R

Defines functions mat_cumul_R

# small utilities in R. mostly not exported

mat_cumul_R <- function(x, dim) {
  ret <- mat_cumul_cpp(x, dim)
  dimnames(ret) <- dimnames(x)
  ret
}
eriqande/genoscapeRtools documentation built on Dec. 27, 2021, 8:01 a.m.