plot.intervals: Plot a fire 'intervals' object

View source: R/intervals.R

plot.intervalsR Documentation

Plot a fire intervals object

Description

Plot a fire intervals object

Usage

## S3 method for class 'intervals'
plot(...)

Arguments

...

Arguments passed to plot_intervals_dist().

See Also

plot_intervals_dist() plot intervals distributions.

Examples

data(pgm)
interv <- intervals(composite(pgm))

plot(interv, binwidth = 5)

burnr documentation built on March 18, 2022, 7:17 p.m.