Learn R Programming

burnr (version 0.6.1)

plot.intervals: Plot a fire intervals object

Description

Plot a fire intervals object

Usage

# S3 method for intervals
plot(...)

Arguments

...

Arguments passed to plot_intervals_dist().

See Also

plot_intervals_dist() plot intervals distributions.

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