# Evaluates lower tail.
visualize.unif(stat = 8.75, a = 7, b = 10, section = "lower")
# Evaluates bounded region.
visualize.unif(stat = c(3,6), a = 1, b = 7, section = "bounded")
# Evaluates upper tail.
visualize.unif(stat = 2, a = 1, b = 5, section = "upper")
Run the code above in your browser using DataLab