fireChart: Fire Characteristics Chart

Description Usage Arguments Value Author(s) References Examples

Description

Visualization of predicted fire behavior using the Fire Characteristics Chart.

Usage

1
fireChart(name, hpua, ros)

Arguments

name

a character vector identifying names of predictions

hpua

a numeric vector of heat per unit area (kJ/m2)

ros

a numeric vector of rate of spread (m/min)

Value

an object of class ggplot

Author(s)

Justin P Ziegler, justin.ziegler@colostate.edu

References

Andrews, P.L. & Rothermel, R.C. 1982. Charts for interpreting wildland fire behavior characteristics. INT-GTR-131. USDA Forest Service Intermountain Forest & Range Experimental Station.

Examples

1
2
fc = fireChart('fire',hpua = 15000, ros = 50)
print(fc)

Example output



firebehavioR documentation built on May 2, 2019, 11:48 a.m.