R/normrand.R

Defines functions normrand

normrand <-
function(a, L0, L, M){  
  r <- round(rtnorm(M, a[1], a[2], L0, L))
}

Try the breakpoint package in your browser

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

breakpoint documentation built on May 1, 2019, 8:14 p.m.