calc_TFI_2: Main Tolerable fire interval (TFI) status calculation

View source: R/calc_TFI_2.R

calc_TFI_2R Documentation

Main Tolerable fire interval (TFI) status calculation

Description

Main Tolerable fire interval (TFI) status calculation

Usage

calc_TFI_2(
  myFHAnalysis = FHAnalysis,
  myCropRasters = cropRasters,
  myAllCombs = allCombs,
  myTFI_LUT = TFI_LUT,
  OutputRasters = makeTFIRasters,
  myResultsDir = ResultsDir
)

Arguments

myFHAnalysis

list containing all the fire history spatial attributes created by function fhProcess()

myCropRasters

object containing cell indices and values of input rasters cropped to area of interest created by cropToOutput()

myAllCombs

list made by function calc_U_AllCombs

myTFI_LUT

data.frame Lookup table from EFG for "MIN_LO_TFI","MIN_HI_TFI","MAX_TFI","EFG_NAME", read from settings

OutputRasters

logical whether to output rasters of TFI status for each year

myResultsDir

path of directory where results will be written usually generated by FAME script

Details

Calculates where each cell is currently at below MinTFI or above MAX_TFI returns the per cell and long table summarised by multiple admin units and evc

Value

data.frame with area in each TFI status for each combination in myAllCombs


nevilamos/FAMEFMR documentation built on April 17, 2025, 9:32 p.m.