powered by
around(x, value)
hi The minimum value of x that is greater than or equal to the value parameter.
set.seed(123) x = rnorm(25, 5, 10) value = 9 around(x, value)
Run the code above in your browser using DataLab