Round to 3 digits
dgt3.RdUse this function to round a vector.
Examples
dgt3(rnorm(10))
#> [1] 0.935 0.176 0.244 1.624 0.112 -0.134 -1.910 -0.279 -0.313 1.067
dgt3.RdUse this function to round a vector.
dgt3(rnorm(10))
#> [1] 0.935 0.176 0.244 1.624 0.112 -0.134 -1.910 -0.279 -0.313 1.067