R/Round.R

Defines functions Round

Documented in Round

#BasicUtil.R

Round = function(x, n=0) sign(x)*trunc(abs(x)*10^n + 0.5)/10^n

Try the pkr package in your browser

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

pkr documentation built on June 11, 2022, 9:05 a.m.