Learn R Programming

medfate (version 4.7.0)

tree2forest: Single-cohort forests

Description

Creates a forest object with a single plant cohort

Usage

tree2forest(
  Species,
  Height,
  LAI = NA,
  N = NA,
  DBH = NA,
  Z50 = NA,
  Z95 = NA,
  Z100 = NA,
  CrownRatio = NA,
  FoliarBiomass = NA,
  FuelLoading = NA
)

shrub2forest( Species, Height, LAI = NA, Cover = NA, Z50 = NA, Z95 = NA, Z100 = NA, CrownRatio = NA, FoliarBiomass = NA, FuelLoading = NA )

Value

An object of class forest

Arguments

Species

String with species (taxon) name or a non-negative integer for species identity (i.e., 0,1,2,...) matching SpParams.

Height

Plant height (cm).

LAI

Leaf area index (m2/m2)

N

Tree density (ind/ha)

DBH

Tree DBH (cm).

Z50

Depth (in mm) corresponding to 50% of fine roots.

Z95

Depth (in mm) corresponding to 95% of fine roots.

Z100

Depth (in mm) corresponding to 100% of fine roots.

CrownRatio

Crown ratio (fraction of total height)

FoliarBiomass

Standing dry biomass of leaves (kg/m2)

FuelLoading

Fine fuel loading (kg/m2)

Cover

Percent cover

Author

Miquel De Cáceres Ainsa, CREAF

See Also

forest, emptyforest

Examples

Run this code

oak_forest <-tree2forest("Quercus ilex", Height= 200, LAI = 2)
oak_forest

Run the code above in your browser using DataLab