plot.interval: Generates a visual representation of interval data as...

View source: R/interval.R

plot.intervalR Documentation

Generates a visual representation of interval data as rectangles on a plot.

Description

Generates a visual representation of interval data as rectangles on a plot.

Usage

## S3 method for class 'interval'
plot(x, ...)

Arguments

x

An interval object to be plotted.

...

Additional graphical parameters such as 'col' and 'add'.

Value

No return value, it plot the interval.

Examples

plot(iaggregate(iris, 5))
plot(iaggregate(iris, 5), col = 4)
plot(iaggregate(iris, 5), add = TRUE)

COveR documentation built on Oct. 30, 2024, 9:28 a.m.