increment {forestGYM}R Documentation

Calculation of annal and mean increment of stand volume.

Description

Calculation of annal and mean increment of stand volume based on growth dynamic data of stand volume

Usage

increment(Vpre)

Arguments

Vpre

Growth dynamic data of stand volume, the data format is the data.frame.

Details

Growth dynamic data of stand volume, the data format is the data.frame.

Value

Data included the annal and mean increment of stand volume.

Author(s)

Zongzheng Chai, chaizz@126.com

References

NULL

Examples

Vdyn<-estV(b0=2.0137,b1=0.0795,b2=-16.9509,b3=0.7924,
     a0=1.1656,a1=0.1376,
     B1=3.1,t1=10,t2=11:100,SI=12)
increment(Vpre=Vdyn$Value)

[Package forestGYM version 1.0.0 Index]