powered by
plot for interval.
# S3 method for interval plot(x, ...)
An interval.
: - 'col' Colors of rectangles. - 'add' Add to exsiting plot or not. - Other options from plot.
# NOT RUN { 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