Description Usage Arguments Value
This function summarizes fire intensity by calculating the area of each of a set of intensity classes, based on the raster of fire intensity generated by FARSITE. The precision of the area estimate will depend on the cell resolution specified in the FARSITE input file.
1 | get_intensity_hist(outdir, prefix, breaks = c(0, 350, 1700, 3500, Inf))
|
outdir |
Full path to the directory containing output files. |
prefix |
Prefix used for the output file names. |
breaks |
A vector of breaks to define intensity classes. Classes are treated as left-open / right-closed. |
A named list with elements: 'breaks' and 'area'. Area values are expressed in user-defined map units (e.g. square metres).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.