frameTables: Constructs parameter files for FRaME using outputs from plant

View source: R/plant_interface.R

frameTablesR Documentation

Constructs parameter files for FRaME using outputs from plant

Description

Constructs parameter files for FRaME using outputs from plant

Usage

frameTables(
  dat,
  tr,
  age,
  propSamp = 0.75,
  transects = 10,
  sepSig = 0.1,
  rec = 1,
  propDead = 0,
  leafForm = "Flat",
  lwRat = 3,
  leafA = 0.002547,
  ram = 5,
  ignitionTemp = 260,
  moist = 1,
  G.C_rat = 3,
  C.C_rat = 0.1,
  deltaL = 0.46,
  hw = 0,
  sLitter = 15,
  diameter = 0.005,
  minCov = 1e-04
)

Arguments

dat

The results of run_scm_collect

tr

Table of input traits

age

Years since disturbance

rec

Number of the record

propDead

Proportion of foliage dead

leafForm

Flat or Round

lwRat

Ratio of leaf length to width

leafA

Area of a leaf in m2

ram

Stem ramification

ignitionTemp

Temperature of the endotherm (degC)

moist

Leaf moisture (ratio moisture weight to dry weight)

G.C_rat

Ratio of gaps to clumps of leaves

C.C_rat

Ratio of clump to canopy size

deltaL

Leaf density (g/cm3)

hw

Environmental difference in plant height: width ratio

sLitter

Weight of surface litter (t/ha)

diameter

Mean diameter of surface litter pieces (m)


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