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)

ltrr-arizona-edu/burnr documentation built on May 28, 2022, 9:29 a.m.