Learn R Programming

COveR (version 1.0.1)

plot.interval: Interval plotting.

Description

plot for interval.

Usage

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

Arguments

x

An interval.

...

: - 'col' Colors of rectangles. - 'add' Add to exsiting plot or not. - Other options from plot.

Examples

Run this code
# 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