Learn R Programming

burnr (version 0.2.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
data(pgm)
interv <- intervals(composite(pgm))

plot(interv, binwidth = 5)

Run the code above in your browser using DataLab