R/mod.R

Defines functions mod

Documented in mod

mod <-
function(x,m)
{
 t1<-floor(x/m)
 return(x-t1*m)
}

Try the PathSelectMP package in your browser

Any scripts or data that you put into this service are public.

PathSelectMP documentation built on May 2, 2019, 3:15 a.m.