R/get.cumsum.R

"get.cumsum" <-
function(mat)
{ # take an argument of matrix and reurn the cumsum by col
 t(apply(mat,1,cumsum)) 
}
warnes/exp.ssize documentation built on May 4, 2019, 12:59 a.m.