powered by
Generates a visual representation of interval data as rectangles on a plot.
# S3 method for interval plot(x, ...)
No return value, it plot the interval.
An interval object to be plotted.
Additional graphical parameters such as `col` and `add`.
plot(iaggregate(iris, 5)) plot(iaggregate(iris, 5), col = 4) plot(iaggregate(iris, 5), add = TRUE)
Run the code above in your browser using DataLab