summary
a Matrix containing "slope", "intercept", "p.value", "R^2.Value", "Break.Height", "Slope.Change"
of the lm
of VI ~ rainfall. If Breakpoint, summary covers both rf.b4 and rf.af.
acu.RF
(aka. annual.precip)The optimal accumulated rainfall for anu.VI. Mut be a object of class 'ts'
and of equal length to anu.VI. It is caculated from the ACP.table by finding the acp and osp
that has the largest R^2 value. lm
(anu.VI ~ rainfall)
acu.TM
(aka, annual.temp) The optimal accumulated rainfall for anu.T<. Mut be a object of class 'ts'
and of equal length to anu.VI. It is caculated from the ACT.table by finding the tacp and tosp
that has the largest R^2 value. lm
(anu.VI ~ rainfall+temperature)
rf.b4
The optimal acumulated rainfall before the Breakpoint
rf.af
The Optimally accumulated rainfall after the Breakpoint
tm.b4
The optimal acumulated temperature before the Breakpoint
tm.af
The Optimally accumulated temperature after the Breakpoint
osp
The offest period for the annual max time series rainfall
acp
The accumulation period for the annual max time series rainfall
tosp
The offest period for the annual max time series temperature
tacp
The accumulation period for the annual max time series temperature