buildTraitsP: Creates traits table for FRaME from plant modelling

View source: R/plant_interface.R

buildTraitsPR Documentation

Creates traits table for FRaME from plant modelling

Description

Leaf dimensions default to ausTraits mean leaf size

Usage

buildTraitsP(
  comm,
  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
)

Arguments

comm

The output from stratify_community

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)


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