R/mod.R

#' MOD function
#'
#' @export
#' 
mod <- function(x, d)
{
    ( (x / d) - floor(x / d) ) * d
}
NZRLIC/RLPlots documentation built on May 7, 2019, 6:05 p.m.