frameDynTab: Constructs an age sequence of parameter files built from...

View source: R/plant_interface.R

frameDynTabR Documentation

Constructs an age sequence of parameter files built from plant modelling

Description

Constructs an age sequence of parameter files built from plant modelling

Usage

frameDynTab(
  dat,
  tr,
  breaks = c(20, 50, 200),
  interval = c(2, 5, 10),
  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,
  mat = 17,
  diameter = 0.005,
  propSamp = 0.75,
  transects = 10,
  sepSig = 0.1,
  minCov = 1e-04
)

Arguments

dat

The results of run_scm_collect

tr

An optional table of input traits

breaks

List of time periods for each sampling interval, length 3

interval

List of sampling intervals, length 3.

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

mat

Mean annual temperature (deg C)

diameter

Mean diameter of surface litter pieces (m)

propSamp

Values closer to 0 have more accurate ratios of components but miss some cohorts

transects

More transects ensure more cohorts

sepSig

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