plot_intervals_dist {burnr} | R Documentation |
Basic fire intervals
distribution plot
Description
Basic fire intervals
distribution plot
Usage
plot_intervals_dist(x, binwidth = NULL)
Arguments
x |
An |
binwidth |
The width of the bins. Can be specified as a numeric value
or as a function that calculates width from unscaled x. Here, "unscaled x"
refers to the original x values in the data, before application of any
scale transformation. When specifying a function along with a grouping
structure, the function will be called once per group.
The default is to use the number of bins in The bin width of a date variable is the number of days in each time; the bin width of a time variable is the number of seconds. |
Value
A ggplot object.
See Also
-
intervals()
to create a fireintervals
object. -
mean.intervals()
gets mean fire interval. -
median.intervals()
gets median fire interval. -
quantile.intervals()
get fit distribution quantiles. -
min.intervals()
gives the minimum fire interval. -
max.intervals()
gives the maximum fire interval. -
print.intervals()
prints common fire-interval summary statistics.