Plot a fire intervals object

# S3 method for intervals
plot(...)

Arguments

...

Arguments passed to plot_intervals_dist().

See also

plot_intervals_dist() plot intervals distributions.

Examples

data(pgm)
interv <- intervals(composite(pgm))
#> Warning: ties should not be present for the Kolmogorov-Smirnov test

plot(interv, binwidth = 5)