SiteType: Estimate site type based on age, height, and climate.

View source: R/SiteType.R

SiteTypeR Documentation

Estimate site type based on age, height, and climate.

Description

Estimate site type based on age, height, and climate.

Usage

SiteType(
  Age = NA,
  Hdom = NA,
  Hmean = NA,
  Species = NA,
  PAR = NA,
  TAir = NA,
  VPD = NA,
  Precip = NA,
  CO2 = NA,
  pCROBAS = pCROB,
  Age.1.5m = 5
)

Arguments

Age

Age of dominant trees or mean trees (yr).

Hdom

Dominant height (m).

Hmean

Average height (m). If dominant height is not given, the dominant height will be calculated based on average height.

Species

Species, ranging from 1 to 10, according to the column of pCROB.

PAR

A matrix of daily PPFD, nrow=5, ncol=365*years.

TAir

A matrix of daily air temperature, nrow=5, ncol=365*years.

VPD

A matrix of daily VPD, nrow=5, ncol=365*years.

Precip

A matrix of daily precipitation, nrow=5, ncol=365*years.

CO2

A matrix of daily CO2 concentration, nrow=5, ncol=365*years.

pCROBAS

Parameters of CROBAS.

Age.1.5m

Age of seedlings when the height reach 1.5m.

Value

Site type

Examples

SiteType(Age=c(50,70),Hdom=c(25,30),Species=3,
     PAR = PAR,TAir= TAir,VPD= VPD,Precip= Precip,CO2= CO2,
     pCROBAS=pCROB,Age.1.5m=5)


ForModLabUHel/Rprebasso documentation built on April 13, 2025, 10:48 a.m.