SiteType | R Documentation |
Estimate site type based on age, height, and climate.
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
)
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. |
Site type
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.