powered by
Truncate a numeric vector
truncate(x, lower, upper)
A numeric vector
Lower bound
Upper bound
# NOT RUN { trunc(rnorm(100,3,6),0,7) # }
Run the code above in your browser using DataLab