Skip to contents

fiRetools is an R package version of the FireTools vegetation fire status tool. Using vector data of fire history, vegetation type and a look-up table of fire attributes (Maximum/Minimum burn intervals), you can produce maps of vegetation status, as well as timeseries analyses of area within each class, and associated landscape metrics.

Installation

You can install the development version of fiRetools from GitHub with:

# install.packages("devtools")
devtools::install_github("ozjimbob/fiRetools")

Example

This is a basic example which shows you how to solve a common problem:

library(fiRetools)
## basic example code