R/RCRng.R

`RCRng` <- 
function(n)
    if (length(n) == 1) c(1,n[1]) else c(n[1],n[length(n)])

Try the muStat package in your browser

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

muStat documentation built on May 2, 2019, 5:12 a.m.