R/mod.R

mod <-
function(x,y){
   n = floor(x/y)
   x - n*y
}
galuardi/hmmwoa documentation built on May 16, 2019, 5:37 p.m.