Learn R Programming

firebehavioR (version 0.1.2)

canFuel: Canopy Fuel Stratum Characteristics Calculator

Description

Canopy parameters estimated by Cruz, Alexander & Wakimoto (2003).

Usage

canFuel(ba, ht, tph, type)

Arguments

ba

a numeric vector of stand basal areas (m2/ha)

ht

a numeric vector of average stand tree heights (m)

tph

a numeric vector of stand densities (trees/ha)

type

a character vector of forest cover types, either: "df" for Douglas-fir (Pseudotsuga menziesii); "pp" for ponderosa pine (Pinus ponderosa); "lp" for lodgepole pine (Pinus contorta); "mc" for mixed conifer

Value

a data frame with canopy base height (m), canopy fuel load (kg/m2), and canopy bulk density (kg/m3)

References

Cruz M.G., Alexander M.E., Wakimoto R.H. 2003. Assessing canopy fuel stratum characteristics in crown fire prone fuel types of western North America. International Journal of Wildland Fire. 12(1):39-50.

See Also

This function provides values for rothermel and cfis inputs.

Examples

Run this code
# NOT RUN {
#Two hypothetical forest stands
ba = c(10, 15)
ht = c(12, 20)
tph = c(100, 300)
type = c('df', 'lp')
canFuel(ba, ht, tph, type)
# }

Run the code above in your browser using DataLab