dryside: Calculates likelihood of basal scarring on a tree

View source: R/Flora.R

drysideR Documentation

Calculates likelihood of basal scarring on a tree

Description

Assumes lee-side vortex at bole causes flame to lean backward to a distance 2.5*DBH

Usage

dryside(
  Surf,
  Plant,
  DBH = 1,
  Height = 0.1,
  woodDensity = 700,
  barkDensity = 500,
  bark = 0.04,
  comBark = 700,
  resBark = 45,
  phloem = 0.01,
  RH = 0.2,
  moisture = 0.6,
  bMoisture = 0.5,
  distance = 5,
  trail = 100,
  var = 10,
  diameter = 20,
  Pressure = 1013.25,
  Altitude = 0,
  startTemp = 25,
  necT = 60,
  surfDecl = 10,
  updateProgress = NULL
)

Arguments

Surf
Plant
DBH
Height
woodDensity
barkDensity
bark
comBark
resBark
phloem
RH
moisture
bMoisture
distance
trail
var
diameter
Pressure
Altitude
startTemp
necT
surfDecl
updateProgress

Value

dataframe


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