Learn R Programming

Mapinguari (version 1.0.0)

PC2FMFUN: Guyette's Physical Chemistry Fire Frequency Model (PC2FM)

Description

PC2FMFUN Applies Guyette's Fire frequency model (Guyette et al, 2012).

Usage

PC2FMFUN(prec, temp, alt)

Arguments

prec

numeric. Precipitation raster.

temp

numeric. Temperature raster.

alt

numeric. Altitude raster.

Value

numeric. Fire frequency based on physical chemical factors

References

Guyette et al (2012) <doi:10.1007/s10021-011-9512-0>.

Examples

Run this code
# NOT RUN {
PC2FMFUN(50, 25, 1000)

# }

Run the code above in your browser using DataLab