R/fround.R

fround <- function (x, digits) {
    format (round (x, digits), nsmall=digits)
}
  
pfround <- function (x, digits) {
    print (fround (x, digits), quote=FALSE)
}
 
suyusung/arm documentation built on Nov. 4, 2024, 1:36 a.m.