get_intensity_hist: Summarize fire intensity

Description Usage Arguments Value

Description

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.

Usage

1
get_intensity_hist(outdir, prefix, breaks = c(0, 350, 1700, 3500, Inf))

Arguments

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.

Value

A named list with elements: 'breaks' and 'area'. Area values are expressed in user-defined map units (e.g. square metres).


mbedward/farsitebatch documentation built on May 8, 2019, 1:51 p.m.