calc_TFI_2 | R Documentation |
Main Tolerable fire interval (TFI) status calculation
calc_TFI_2(
myFHAnalysis = FHAnalysis,
myCropRasters = cropRasters,
myAllCombs = allCombs,
myTFI_LUT = TFI_LUT,
OutputRasters = makeTFIRasters,
myResultsDir = ResultsDir
)
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 |
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
data.frame with area in each TFI status for each combination in myAllCombs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.