R/modulus.R

"modulus" <-
  function(x, n)
  n * (x/n - trunc(x/n))

Try the svmpath package in your browser

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

svmpath documentation built on July 14, 2020, 5:06 p.m.