intervals
R/intervals.R
plot.intervals.Rd
Plot a fire intervals object
# S3 method for intervals plot(...)
Arguments passed to plot_intervals_dist().
plot_intervals_dist()
plot_intervals_dist() plot intervals distributions.
data(pgm) interv <- intervals(composite(pgm)) #> Warning: ties should not be present for the Kolmogorov-Smirnov test plot(interv, binwidth = 5)