| 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 |
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]