
Plot simulated fire size against fire severity
plot_calibration_severity_by_size.RdEach simulated fire as a point, with the mean severity of each size class
drawn over it. Where the line rises, the severity distribution depends on how
the fires are weighted, and plot_calibration_severity()'s weight_by
argument stops being cosmetic: a size class holding a small share of the
fires can hold most of the area.
Usage
plot_calibration_severity_by_size(
stats,
breaks = c(0, 10, 100, 1000, 10000, Inf)
)Arguments
- stats
A
run_calibration_validation()summary.- breaks
Size-class boundaries in hectares, passed to
base::cut(). The default spans four orders of magnitude.