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 April 5, 2024, 6:21 a.m.