burnPrint: Finds the area burned and effects of a fire

View source: R/Risk.R

burnPrintR Documentation

Finds the area burned and effects of a fire

Description

Finds the area burned and effects of a fire

Usage

burnPrint(
  Flora,
  Structure,
  default.species.params,
  a,
  weather,
  smoulder = 24,
  Extinction = 0.15,
  hourStep = 3,
  tArea = 10,
  slopeM = 6.7,
  slopeSD = 4.9,
  slopeLength = 391,
  rangeDir = 270,
  mRiver = 0.38,
  lRiver = 0.06,
  l = 0.1,
  Ms = 0.01,
  Pm = 1,
  Mr = 1.5,
  Test = 80,
  sensitive = 1,
  fireN = 1,
  girdleH = c(0.1, 1),
  woodDensity = 1000,
  phloem = 0.01,
  moisture = 0.6,
  barkDensity = 300,
  bark = 0.04,
  comBark = 700,
  resBark = 0,
  bMoisture = 0.5,
  vAir500 = 2,
  distance = 0.1,
  trail = 10,
  var = 10,
  Altitude = 200,
  necT = 60,
  surfDecl = 10,
  minR = 1,
  targSp = "a",
  testN = 5
)

Arguments

Flora

A dataframe with the fields: record - a unique, consecutively numbered identifier per site site - A name for the site species - the name of the species, which will call trait data from 'default.species.params' stratum - numeric value from 1 to 4, counting from lowest stratum comp - Percent composition of that species in the stratum. If absent, all species will be considered equally. base - base height of plant crowns (m) he - he height of plant crowns (m) ht - ht height of plant crowns (m) top - top height of plant crowns (m) w - width of plant crowns (m) Hs - standard deviation of the top height of plant crowns (m) Hr - range of the top height of plant crowns (m) weight - weight in t/ha of fine dead organic material forming the surface and suspNS layers diameter - mean diameter of surface and suspNS litter in m

Structure

A dataframe with the fields: record - a unique, consecutively numbered identifier per site site - a unique identifier per site NS, El, Mid & Can - the mean separation between plants (m) per stratum ns_e, ns_m, e_m, e_c, m_c - Logical field indicating whether plants in the stratum on the left grow directly beneath those in the stratum on the right. Acceptable values are TRUE, FALSE, or blank, where the outcome will be decided by the relative stratum heights. nsR, eR, mR, cR. Species richness (number of species) in each stratum

default.species.params

Plant traits database

a

A unique identifier for the record being run

weather
smoulder
Extinction
hourStep
tArea
slopeM
slopeSD
slopeLength
rangeDir
mRiver
lRiver
l
Ms
Pm
Mr
Test
sensitive
fireN
girdleH
woodDensity
phloem
moisture
barkDensity
bark
comBark
resBark
bMoisture
vAir500

Multiplier for wind speed at 500hPa

distance
trail
var
Altitude
necT
surfDecl
minR

Minimum ROS (m/h)

targSp
testN

Value

list


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