plot.interval | R Documentation |
Generates a visual representation of interval data as rectangles on a plot.
## S3 method for class 'interval'
plot(x, ...)
x |
An interval object to be plotted. |
... |
Additional graphical parameters such as 'col' and 'add'. |
No return value, it plot the interval.
plot(iaggregate(iris, 5))
plot(iaggregate(iris, 5), col = 4)
plot(iaggregate(iris, 5), add = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.