Learn R Programming

burnr (version 0.4.0)

plot.intervals: Plot an intervals object.

Description

Plot an intervals object.

Usage

# S3 method for intervals
plot(...)

Arguments

...

Arguments passed on to plot_intervals_dist.

Examples

Run this code
# NOT RUN {
data(pgm)
interv <- intervals(composite(pgm))

plot(interv, binwidth = 5)
# }

Run the code above in your browser using DataLab