plot.intervals {burnr}R 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)

[Package burnr version 0.6.1 Index]