R/frmtMntse.R

frmtMntse <-
function (inNum, mntse) {
  # function to control the significands of a number
return(as.numeric(format(round(inNum, mntse), nsmall=mntse)))
}

Try the P2C2M package in your browser

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

P2C2M documentation built on May 2, 2019, 8:24 a.m.