firePlant: Models fire behaviour across a range of ages from plant...

View source: R/plant_interface.R

firePlantR Documentation

Models fire behaviour across a range of ages from plant modelling

Description

Models fire behaviour across a range of ages from plant modelling

Usage

firePlant(
  dat,
  db.path = "out.plant.db",
  reps = 5,
  slope = 0,
  slopeSD = 2,
  slopeRange = 5,
  temp = 30,
  tempSD = 5,
  tempRange = 3,
  DFMC = 0.1,
  DFMCSD = 0.01,
  DFMCRange = 2,
  wind = 5,
  windSD = 1,
  windRange = 2,
  vAir500 = 2,
  moistureMultiplier = 1,
  moistureSD = 0.01,
  moistureRange = 1.5,
  fLine = 1000,
  leafVar = 0.1,
  updateProgress = NULL
)

Arguments

dat

The results of frameDynTab

db.path
reps
slope
slopeSD
slopeRange
temp
tempSD
tempRange
DFMC
DFMCSD
DFMCRange
wind
windSD
windRange
moistureMultiplier
moistureSD
moistureRange
fLine

Length of the active fire front (m)

leafVar
updateProgress

pzylstra/frame_r documentation built on Nov. 12, 2023, 1:55 a.m.