set.seed(123)
iboxplot(rlnorm(n = 250, meanlog = 3, sdlog = 0.3))
iboxplot(rnorm(1000, 100, 10), apply.rounding = FALSE, plot.it = FALSE)$truncation.points
alb.trunc <- iboxplot(livertests$ALB, main = "ALB", xlab = "g/L")$trunc
summary(alb.trunc)
Run the code above in your browser using DataLab